WordPress [an error occurred while processing this directive]

I’ve been getting the [an error occurred while processing this directive] error every time I go to my website. I googled it and found this http://wordpress.org/support/topic/204631?replies=4. People suggested it was caused by the WP Super Cache plugin. I’m currently running 0.9.7. Well, how could you get to the plugins interface if every page displayed that error?

I ended up using phpMyAdmin that my host has and went in the database to manually disable the plugin. Luckily the tables and data entry values were specific so it wasn’t hard to figure out where to start looking. The table you want to look for is “wpau_active_plugins_info”. This table should have records of plugins that are active – hence the table name. Inside this table, look in “plugin_name” column. This is where I found the WP Super Cache entry. I deleted it and reload the page. It fixed the problem.

Similar Posts

  • Using mod_rewrite and permalinks on WordPress

    I’ve always wondered how people made their links something like http://mydomain.com/this/is/my/page/and-this-is-the-title URL format. Well it’s the permalink option on WordPress. You will need mod_rewrite module for Apache as well. I don’t think it’s a module that preinstalled in Apache. So I got a hold of tech support for my host provider. They told me that…

  • Switching host again

    I’ve been using Godaddy as my host for a couple of months now and for the price, they’re not that bad. For $3.95/month, you can host numerous domains on 1 account. But there are a couple of things I wish it had: iMAP support for email a better online file manager (they have been working…

  • Piclens supports video

    I’ve been using Piclens for a couple of weeks now and it’s amazing. It takes photos from your website and turn it in to a 3D gallery for viewing. I recently got an update message for my Firefox browser. I updated the plugin and viewed the Piclens page again. This time their demo includes video….

  • Browser Sync

    If I would’ve know about this utility, I would never have gotten a .Mac account. Browser Sync is a free utility fromGoogle (of course) that allows you to synchronize your Firefox on one computer to another. This includes passwords and bookmarks. You will need a Gmail account. If you need one, let me know and…

One Comment

Leave a Reply

Your email address will not be published. Required fields are marked *