Viewing 15 replies - 1 through 15 (of 31 total)
  • Plugin Author WandererLLC

    (@wandererllc)

    Hmm, that’s a new one. Something to do with your version of PHP. What seems to be perfectly correct code related to the “static” keyword and the scope resolution operator (“::”) when used with classes is not playing so nicely with your version. I will look into this. Do you know what version you’re using by any chance?

    Thread Starter justmattb

    (@mwbarker)

    5.2.17

    Plugin Author WandererLLC

    (@wandererllc)

    OK, thanks. I’m testing on 5.3.15 and there are no problems. Looking more into this…

    Plugin Author WandererLLC

    (@wandererllc)

    OK, so after looking more into this, it looks like the best solution to this is to upgrade PHP to 5.3 or higher. According to this documentation, 5.2.x is no longer officially supported and users should upgrade to a newer version. However, this plugin also needs to more gracefully handle that error. I don’t think there’s a practical solution to fix this; would make the code much messier.

    Thread Starter justmattb

    (@mwbarker)

    Forced my site to use php 5.3, but then got this error:

    Fatal error: Class ‘SyncBuddyPress’ not found in /mypath/public_html/wp-content/plugins/autochimp/autochimp-plugins.php on line 220

    Plugin Author WandererLLC

    (@wandererllc)

    Can you confirm that you have SyncBuddyPress.php in your autochimp/plugins folder?

    Thread Starter justmattb

    (@mwbarker)

    Yes, it is there.

    Thread Starter justmattb

    (@mwbarker)

    Just to be sure, I even deleted AutoChimp completely and reinstalled from the repository and still get the same thing.

    Plugin Author WandererLLC

    (@wandererllc)

    Does this also happen as soon as you activate the plugin? Or did you go to a different admin page?

    Thread Starter justmattb

    (@mwbarker)

    As soon as I activate the plugin (takes the site down).

    I am having a similar issue after activating I get

    Fatal error: Class ‘SyncCimy’ not found in /home/content/36/11036636/html/wp-content/plugins/autochimp/autochimp-plugins.php on line 220

    Same error

    Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /…/autochimp/autochimp.php on line 841

    Fatal error on my site, too. At the 2.10 upgrade activation.

    Yep, installing this plugin update hosed my site. I had to rename the plugin folder to even get back into WP-admin. I’m on PHP 5.3.26 and nginx. Can’t determine what the root cause is, but this plugin update should be rescinded until further testing is done.

    I installed the new update (2.10) and mailchimp no longer works on my web site. Got the following error message. (www.DxFoundation.org)

    Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/dxrick/dxfoundation.org/wp-content/plugins/autochimp/autochimp.php on line 841

    Please help!

Viewing 15 replies - 1 through 15 (of 31 total)
  • The topic ‘Fatal Error after Upgrade’ is closed to new replies.