WordPress not reflecting changed of the database

my problems started when I moved my website to another folder (from /dev/ to /).
I have gone through the whole database in order to change all the hardcoded /dev/ into / but I still notice that wordpress, somehow, still uses the old values.

Basically the website uses information that are not there anymore.
I checked my own and the server cache and they all seem to be clean (the server doesn’t even seem to have that feature on).

Read More

So, I am pretty much lost…

FIXED: The problem was related to the revision number of every information. Having changed some values directly from the DB but not the revision number, wordpress would reject the change and show nothing (as there were no previous versions).

I just entered all the missing information by hand and it worked.

Basically, don’t mess with the DB. WordPress doesn’t forgive!

Related posts

1 comment

  1. I’d suggest to try using this:

    http://interconnectit.com/products/search-and-replace-for-wordpress-databases/

    As @s_ha_dum has said, it looks like you’ve missed something. The above script automates the process of updating all URL references within the database when changing folder/URL and is much quicker and easier.

    You’ve probably missed some entries as some references to the URL are stored as serialized data in the database…

    Don’t forget to check the settings for the site URL in the wp-config.php file too…

Comments are closed.