Fatal error on install

More
13 years 5 months ago #47 by eberger
Hello,

I am getting this error when I try to activate the plugin:


Fatal error: Cannot redeclare class JG_Cache in /mnt/stor9-wc2-dfw1/445059/stage.uwishunu.com/web/content/wp-content/plugins/chimpexpress/class-JG_Cache.php on line 6

Can you help me?

Thanks!

Erik

Please Log in or Create an account to join the conversation.

More
13 years 5 months ago #48 by Pete
Replied by Pete on topic Fatal error on install
Hi Erik,

There seems to be another plugin, which is using the same cache library. This issue will be resolved in the next version (1.3), which will be released within the next couple of days.

If you cant wait you have to replace "JG_Cache" with "chimpexpressJG_Cache" in the following files:

[chimpexpress.php at line 198, column 20] $cache = new JG_Cache( $cacheDir );
[chimpexpress.php at line 733, column 16] $cache = new JG_Cache( $cacheDir, $useFTP, $handler );
[class-JG_Cache.php at line 6, column 7] class JG_Cache {
[compose.php at line 409, column 18] $cache = new JG_Cache( $cacheDir, $useFTP, $handler );

Kind regards,
Pete

Please Log in or Create an account to join the conversation.

More
13 years 5 months ago #49 by eberger
Replied by eberger on topic Fatal error on install
Wow, what a fast response! Since I am just testing this out on the stage site and I am anxious to see the plugin in action I am going to try and make these edits. Looking forward to the next version to install on the live site (if all works out).

Please Log in or Create an account to join the conversation.

Time to create page: 0.167 seconds