Just switched hosting providers which resulted in an upgrade of my php version from 5.2.8 to 5.3.2-1. No posts show on the site. From the admin menu - I see "Published (146)" And then underneath that "No Posts Found." I'm thinking it's php related - but I can't seem to find anything obvious when comparing the output of phpinfo() between the old and new sites... any clues?
WordPress Troubleshooting 101 - 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 default 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.
[X] Deactivated all plugins... no joy.
[X] Reactivated plugins, one by one... still no love.
[X] Switched to default theme... alas, still no posts.
and finally...
[X] Reset plugins folder... AHA! I moved the plugins folder to plugins.old and recreated a new plugins directory under wp-content...
The posts reappeared... apparently, I've got an unhappy plugin.
Now onto the task of finding out which rascal is to blame.
THANKS!!!