• I get this Fatal error after updating to 3.0.4:

    Fatal error: Call to a member function add_rewrite_tag() on a non-object in /home/newbaby1/public_html/wp-includes/taxonomy.php on line 289

    This is the line in question but I haven’t a clue what is wrong with it:

    $wp_rewrite->add_rewrite_tag(“%$taxonomy%”, ‘([^/]+)’, $args[‘query_var’] ? “{$args[‘query_var’]}=” : “taxonomy=$taxonomy&term=”);

    Can a techie person help me out please..

    Ian

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Ten theme to rule out any theme-specific problems?

    resetting the plugins folder by FTP or PhpMyAdmin? Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter iannos

    (@iannos)

    Thanks – I binned the idea of updating after trying a manual update, which didn’t work either – so I reinstalled my older version and everything is now reinstated. Don’t think I will be updating for a while…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error: Help please’ is closed to new replies.