• comixace

    (@comixace)


    I made the mistake of updating all my plugins on the holiday weekend. Now I have a server error and this error message:

    [Wed Nov 25 17:03:32 2015] [warn] [client 141.101.104.64] mod_fcgid: stderr: PHP Fatal error: Class ‘Jetpack_RelatedPosts’ not found in /var/www/vhosts/comicsbeat.com/httpdocs/wp-content/themes/news/functions.php on line 210

    I tried going back to old versions but that doesn’t seem to work. All themes are now broken on my site. I reinstalled jetpack but now I can’t connect to WordPress.

    Any ideas? HELLLP~!

    https://www.ads-software.com/plugins/jetpack/

Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    It looks like the News Theme you used on your site included some custom code, referring to Jetpack’s Related Posts module. I’d recommend reviewing that code and adding a check that Jetpack_RelatedPosts exists before to use it, like so:

    if ( class_exists( 'Jetpack_RelatedPosts' ) ) {
        // Your code
    }

    Once you’ve done so, could you try the following:

    1) Go the Jetpack menu in your dashboard
    2) Click on “My Jetpack” at the top of the page.
    3) Click on “Disconnect Site from WordPress.com” if your site is currently connected to WordPress.com.
    4) Confirm the disconnection.
    5) Click on the Connect button to connect your site to WordPress.com again.

    Let me know how that goes.

Viewing 1 replies (of 1 total)
  • The topic ‘Genesis and Jetpack not working’ is closed to new replies.