• I am getting this error when I try to go to my WordPress homepage:

    Fatal error: Call to a member function add_query_var() on string in /home/deerre88dh/deerrepellent.org/wp-includes/class-wp-taxonomy.php on line 369

    I installed the latest version of WordPress but it is still doing the same thing. I am not sure what to do.

Viewing 7 replies - 1 through 7 (of 7 total)
  • You need to check your plugins. If they are not compatible to the current WP version, deactivate them. Keep doing that until that error goes away.

    Once you find the culprit, check to see if there is an update version of the plugin. Otherwise, you will need to find something else.

    I hope this helps.

    Thread Starter ouch

    (@ouch)

    I tried removing plug-ins and that did not work

    ‘removing’ or did you deactivate them? I would deactivate all the plugins for the time being to see if that resolves it. If not, then switch themes to one of the default ‘twenty*’ theme.

    If the problem persist, reinstall WP 4.9.1.

    @ouch

    Is that the full error message, there are often two parts to it.

    1. The message from Core (As you have noted here).
    2. The message of the errant plugin or theme.

    Part 2 tends to be much more useful when troubleshooting.

    Thread Starter ouch

    (@ouch)

    I changed the theme, dactivated plug-ins and I am still getting the error on this page:

    https://www.deerrepellent.org/

    Is it possible you didn’t deactivate all plugins? Did the site lock before you got a chance to deactivate them?

    If that’s the case; you’ll need to go into your site database (via phpMyAdmin); go to the wp_options table and delete the option active_plugins.

    This will manually deactivate all plugins; and may allow your site to load properly.

    NOTE: You may want to take a database backup first; if you’re at all inexperienced with database management.

    • This reply was modified 7 years, 3 months ago by Josh.
    Thread Starter ouch

    (@ouch)

    I only have 3 plugins. I deactivated all of them. I went to the wp_options table and active_plugins was not there.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Fatal error: Call to a member function add_query_var() on string’ is closed to new replies.