Solving WordPress Problems

October 11, 2008 by Andy 





WordPress is a stable product, and in most of the cases that I have come across, problems are usually nothing to do with the core files that WordPress distribute.  The usual culprit is one or more plugins.

Plugins are small pieces of code that add new features to WordPress, and these can be written by anyone and everyone who has a little php coding experience.

Plugins themselves can often conflict with either WordPress or other plugins, and the frequent updates to WordPress only compound the problems.

The types of problems I have had include:

  • Unable to login to the dashboard
  • Pages load up blank e.g. when going to edit a post/page
  • Dashboard does not load proerly with bits missing
  • Pages don’t completely load, e.g. the bottom sections of the add post page is missing
  • Plugins wont auto-update
  • Plugins wont function properly e.g. WordPress Auto-update wont work and fails at some point

The first thing I always do when I have a problem like these is to make sure all plugins are updated to the latest version.  Doesn’t work?  Read on…

Cannot login to WordPress  Dashboard?

The worst possible scenario is that you are unable to login to your WordPress Dashboard. There are a couple of things you can do here:

1. Rename the plugins folder on your server to something else, e.g. plugin_old

renameplugins

You’ll find the plugins folder inside the wp-content folder.

After renaming, all plugins are effectively disabled.  This should allow you to login to your Dashboard.  You can then create a new folder on your server called plugins, and copy across the plugins one by one until you find the plugin that is causing the problem.

If you can login to the Dashboard.

Got to the plugins page, and deactivate all plugins.

Then, one by one, reactivate them checking to see if the newly activated plugin is causing the problem.  This will nearly always show you which plugin is the culprit.  In these cases your choice is simply – find a new plugin which does the same thing, OR make do without the functions of that plugin.

Cannot Auto-Update a WordPress Plugin?

This happens a lot.  You go and click on the auto-update link, and the screen just hangs mid-process.  The solution I have found for this is to deactivate the plugin BEFORE clicking the auto-update link, and then reactivating it again after the upgrade was successful.  This works in every case I have tried.

WordPress Auto-Upgrade does not work?

The solution I use for this problem is to deactivate all plugins except the auto-upgrade plugin.  The auto-upgrade then works.  WordPress 2.7 has an autoupgrade module built into it, so the old automatic upgrade plugin is no longer necessary, and at the time of writing this, was not compatible either.

Both of the last two problems are probably due to plugins conflicting with each other, and I could probably find  the culprit with some testing.  However, this would be time consuming in these cases, and the solutions I have given above don’t take much time.

Print This Post Print This Post

Related Articles

  • Manual Upgrade of WordPress - It has happened a few times to me.  The automatic upgrade plugin for WordPress hasn’t worked.  The last time this happened was with WordPress release 2.6.1. and it happened on all of my blogs.  Is it a hosting issue, or a plugin issue?  I am not sure, but what I am sure about is that
  • Activating Plugins in WordPress - OK, hopefully you have uploaded the top 10 WordPress Plugins.  The next step is to activate them so that your WordPress install is “using” them. Login to your WordPress Dashboard, and click on the link to the plugins page. When you get to that page, you should see your plugins listed. There are two things to notice here. 
  • WordPress 2.7 Preview - Since I am using WordPress almost exclusively for building my own affiliate sites, I decided to join the WordPress 2.7. beta testers so I could give you a quick overview of what is coming.  What I cover here is only a small part of WordPress 2.7., and represents what I found interesting in the hour
  • Installing a WordPress Theme - If you followed the tutorial for installing WordPress plugins, you will already have the skills needed. When you download a theme, you’ll find that it unzips into its own folder.  The following template I downloaded and unzipped is called Andreas01.  You’ll see that the theme includes two folders, wp-andreas01 which contains template files, and the img
  • Best WordPress Ratings & Review Plugin? - WordPress is a fantastic platform for review sites and with a ratings and review plugin, your visitors can actually add value to your site by providing real ratings and reviews of products. I tested out 4 WordPress Ratings & Review plugins and found a clear winner. Bookmark on Delicious Digg this post Recommend on Facebook Buzz it up Buzz
"The Money Is In The List"

AWeber proves it to thousands of businesses every day.

Learn how email marketing software
can get you more sales, too.

Comments

2 Responses to “Solving WordPress Problems”
  1. One problem I’ve been having is when the WYSIWYG icons don’t show up when editing a page/post. Basically, WP stays in the HTML mode and not the visual editor mode. I’ve not been able to determine what the issue is, but after removing and reinstalling a new blog 3-4 times, I finally go it cleared up. I’ve done what the WP forums said and none of those “fixes” worked.

    Just wanted to see if you’d run into that. The icons first disappeared after uploading photos to the page I was working on, but was since able to upload without issue.

  2. Andy says:

    Hi Susan
    No, I have not come across that problem. Did you try different web browsers?

Leave A Comment...