ewendland
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin:HypeDB]Call to undefined method stdClass::add_database()Why did you add code to wp-config.php? If you follow the instructions here:
https://www.ads-software.com/extend/plugins/hyperdb/installation/
you shouldn’t have any problems.hth
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] [Plugin: GTranslate] update not workingOops, my “before” case is the same as my “after”. Basically the diff is the current version of the plugin uses get_option(‘site_url’) instead of get_admin_url() which means it will do http instead of https…
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] [Plugin: GTranslate] update not workingThis is because of the URL used in the update form. At least if you use “FORCE_SSL_ADMIN”. You can fix this by changing line 263 in gtranslage.php from:
<form id=”gtranslate” name=”form1″ method=”post” action=”<?php echo get_admin_url() . ‘/options-general.php?page=gtranslate_options’ ?>”>
to
<form id=”gtranslate” name=”form1″ method=”post” action=”<?php echo get_admin_url() . ‘/options-general.php?page=gtranslate_options’ ?>”>
I am hoping this change can get into the next release of gtranslate? It is a nice plugin!
Hi Scott,
How did you get around this bug? We are seeing the same problem with WP 3.0 and Memcached. Our users are unable to see the current contents of a post when they edit unless we turn off caching.
Forum: Networking WordPress
In reply to: 3.0 Upgrade did not upgrade user_roles option for existing sitesForum: Plugins
In reply to: [Plugin: Shibboleth] Username at risk of breaking permalinks with %author%So excited to see a new Shib plugin version. Thanks guys!
I do have a question though. I see that one of the fixes is:
“now applies sanitize_name() to the Shibboleth user’s nicename column”According to this thread shouldn’t that be ‘sanitize_title()’? We tried the new plugin and new Shibboleth users still have a nicename like [email protected] instead of something that works like foobar-com. If I change the plugin to use sanitize_title I get my desired result (i.e. the Authors plugin works).
Am I confused? Thanks again!