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:
http://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.
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 (http://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)