Fatal error with GlotPress activated
-
I get errors like such when accessing the home page for example:
PHP Fatal error: Cannot redeclare class GP_Locales in /.../wp-content/plugins/jetpack/locales.php on line 88 PHP Fatal error: Cannot redeclare class GP_Locales in /.../wp-content/plugins/jetpack/locales.php on line 88
The solution is to either add
if( !class_exists(...
wrappers for both classes in locales.php or in my case just copying /glotpress/locales/locales.php to /jetpack/ did the trick!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Fatal error with GlotPress activated’ is closed to new replies.