PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Fatal Error with WP 3.5.2

  1. Here is the error:

    Fatal error: Class 'RGMailChimpUpgrade' not found in /usr/home/#/public_html/#.com/wp-content/plugins/gravityformsmailchimp/mailchimp.php on line 186

    I've deleted the plugin and re-uploaded (via FTP and, directly from the GF site), I've logged in and out of the admin panel, I've disabled all plugins (except for GF), reinstalled GF - I'm not sure what else to try?

    Thanks for any help.

    P.S. I see there are other threads with this issue but haven't found an answer.

    Posted 10 years ago on Thursday June 27, 2013 | Permalink
  2. I found it - I had this in my functions file.

    add_filter( 'pre_site_transient_update_core', create_function( '$a', "return null;" ) );
    remove_action( 'load-update-core.php', 'wp_update_plugins' );
    add_filter( 'pre_site_transient_update_plugins', create_function( '$a', "return null;" ) );

    Hope this helps someone else.

    Posted 10 years ago on Thursday June 27, 2013 | Permalink
  3. Glad you got it sorted, thanks for posting!

    Posted 10 years ago on Thursday June 27, 2013 | Permalink

This topic has been resolved and has been closed to new replies.