• Hi Everyone

    I am helping a friend of mine with his web site and I think I screwed it up (he could do that as well, huh?) when I was trying a couple of plugins i.e. nextgen-gallery and nextgen-gallery-media-library. He doesn’t have a copy of his site on his PC. He was working directly online. He gave me admin rights to make changes on the site and told me to go to here: http://theatf.org/wp-login.php

    How do I fix line 734 of the error below if I can’t get access to the code?

    Fatal error: Call to a member function find_all_galleries() on a non-object in /home1/plongley/public_html/theatf.org/wp-content/plugins/nextgen-gallery-media-library-addon/nggmla-class.php on line 734

Viewing 2 replies - 1 through 2 (of 2 total)
  • Given that you can’t log in due to the error, you will want to disable the plugin manually. To do that you need to edit the database(if it is cpanel hosting login to cpanel and find phpmyadmin). To turn off all plugins you can run the following sql: UPDATE wp_options SET option_value = ‘a:0:{}’ WHERE option_name = ‘active_plugins’;

    The other option is to use phpmyadmin and find wp_options and the row active_plugins and edit it to remove the nextgen gallery.

    Thread Starter gferreri

    (@gferreri)

    Hi robgtus

    I understand the SQL update but could you give me a step-by-step on how to manually disable that plugin? I am a newbie when it comes to wordpress. Here’s my situation: my friend asked someone else to help him create the site. That person did not hand the source code over to him (he’s going to contact the person). Is there a special way that I can run this SQL. If so, how do I do that? You also mentioned phpmyadmin.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error: Call to a member function find_all_galleries() on a non-object’ is closed to new replies.