• hi guys,

    i’m using NextGen on my site and the latest update (2.0.33) breaks the website.
    Deactivating the plugin makes the site work again so i’ve narrowed it to NextGen unfortunately.
    With the plugin activated, i get the error –

    Fatal error: Call to a member function get() on a non-object in public_html/wp-includes/query.php on line 27

    The website i’m using it on is https://mmkmusicpromotions.com

    Any ideas? Would love to be able to keep using NextGen!

    thanks for any advice or suggestions you have for me. Thanks

    Gethin

    https://www.ads-software.com/plugins/nextgen-gallery/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter gethin

    (@gethin)

    it might be clashing with my theme but that’s still no good to me..

    how about, anyone know where i can get the previous version so i can revert to that version?

    Thread Starter gethin

    (@gethin)

    haha thanks.. i read that also, just in time.. but now i’m stuck with a deactivated plugin that runs most of the pics on my site!

    And did you read this part of it?

    If you are having still having issues with 2.0.7 or later and want to roll back to the previous version (1.9.13), here are some step by step instructions for doing so safely:

    https://www.nextgen-gallery.com/how-to-rollback-a-version/

    Thread Starter gethin

    (@gethin)

    yeah i did after i replied.. jus downloaded the old version… cheers

    Same issue for me, got my theme broken with “Fatal error: Call to a member function get() on a non-object in …/wp-includes/query.php on line 27” after I updated to 2.0.33 version.

    I add to rollback to 2.0.31 version following instructions given on the page WPiogy pointed us to fix it.

    Plugin Contributor photocrati

    (@photocrati)

    All – We want to get to the bottom of this issue with the fatal error message but are not able to recreate it ourselves.

    We would greatly appreciate if you could submit a Bug Report (https://www.nextgen-gallery.com/report-bug/ … please reference this topic) so we can help you sort out what might be causing the issue.

    We will likely need a set of log in credentials and possibly FTP credentials as well, please feel free to include those in the Bug report for our Support Team / Developers to have a look with.

    Thanks!

    – Cais.

    I also got the same problem when updating NGG from previous version to 2.0.33.

    I’ve temporary solved it by replacing line 27 with:

    if(!is_null($wp_query)){
    return $wp_query->get($var);
    }

    All in all not a good solution because I have to do this after every WP update, like the 3.7 update I did just now.
    (Btw: I don’t like the idea of giving my credentials)

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Fatal Error with new version’ is closed to new replies.