← Back to blog home

Posts Tagged ‘wordpress’

WordPress upgrade Call to a member function add_rewrite_tag() on a non-object

17 Nov

This is just a quick post for anyone who got the following error (as I did on a couple sites) when upgrading WordPress to 3.0+

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

Read the rest of this entry »

 
 

Force PHP to show all errors or save them to a log for troubleshooting

17 Sep

Most servers are set to suppress PHP errors which can leave you guessing why something isn't working and make troubleshooting code almost impossible. This is especially frustrating when you install a 3rd party module with errors. Luckily forcing PHP to display errors is very easy.
Read the rest of this entry »