zerious
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal Error with Gwolle GuestbookSuccess!
After updating from WP-reCAPTCHA 2.9.5 to version 2.9.6 the problem does not persist anymore!
I wonder if it works for you too?
Forum: Fixing WordPress
In reply to: Fatal Error with Gwolle GuestbookHmpf, :/ my and other comments on the developers page are not accessible anymore. I wonder why :/ I will try this plugin out another time, I hope I can find a solution somehow on my own 😮
Forum: Fixing WordPress
In reply to: Fatal Error with Gwolle GuestbookI have a similar problem:
Fatal error: Cannot redeclare gwolle_gb_formatguestbooklink() (previously declared in .../wp-content/plugins/gwolle-gb/frontend/gbLinkFormat.func.php:2) in .../wp-content/plugins/gwolle-gb/frontend/gbLinkFormat.func.php on line 23I also wrote a comment with this issue on the developers page. I wonder how to solve this?
Forum: Plugins
In reply to: [Plugin: qTranslate] Do Not Use with WP 2.6.2WP 2.7
As WordPress has been updated to 2.7 and most of the plugins are disabled by default, you should first enable qtranslate.
When you edit a page or a post, there is a notice, that your qtranslate is still not compatible to the current version of WordPress. You can ignore that, just use that, what WinAllPoker said:
– download qtranslate_wphacks.php from your webserver
(located within wp-content/plugins directory)
– open this file
– edit the following line
if($GLOBALS['wp_version']!="2.6.5")
into
if($GLOBALS['wp_version']!="2.7")
– upload your modified fileYour WordPress Editor should instantly work with qTranslate.