msanders
Member
Posted 4 years ago #
I haven't seen a post about a situation with these symptoms.
The DB_HOST of my blog had it's IP address changed this weekend. No problem. Update to wp-config.php and I'm good to go. Or so I thought.
I got to view the site, http://blogs.greysf.com, and it's as if it's never been touched. No posts, no comments, no pages etc.
I log into the wordpress install and in my dashboard and manage tab, all my content is there. No change to the DB has been made. No users have been added. No new posts made. No changes to the templates.
What gives?
Delete your rewrite rules and redo them ?
(You may want to back them up first)
That's not going to work is it .... not for the index...
Check all your files are correct, try changing the theme too.
msanders
Member
Posted 4 years ago #
I just tried changing through all the default themes ... no help. None of the files have been modified since the site was working.
I tried uploading another index.php file from another install which was working. I wanted to see if the 'have_posts()' call worked the same way. No dice.
Do I need to change the IP address of the DB_HOST in the DB itself or is the only place that is required is in wp-config.php?
what prompted the IP change of the DBHOST? It would seem the guts of your database has disappeared somehow, maybe try repairing your MySQL Databases?
msanders
Member
Posted 4 years ago #
The DBHOST was physically moved when our offices moved. The servers were reorganized from a matter of housekeeping. We ditched a 10.0.10.x range for a fully qualified C class network.
I believe that the situation has been resolved since all the posts are now appearing and everything has returned to normal. I believe the problem was that the date and time of the web server was screwy - it thought that it was August 2001. So all the posts where there but wouldn't appear for another four years.
Thanks for you help guys.