Server Migration Disaster!
-
I am running multiple instances of WordPress. I just migrated all my data from one server to the next. I can see the first page but all the text and code is rendered wrong – what do i mean? Here are two examples:
1) A sentence that is supposed to read “Don’t miss this annual event.” shows instead as “Don\’t miss this annual event” (the quote marks are mine).
2) An image doesn’t appear because instead of being encoded properly like this:
<img src=”/wp-content/uploads/Jason/The_Bee_003__Custom_.jpg”>
it is encoded like this:
<img src=”%5C%22/wp-content/uploads/Jason/The_Bee_003__Custom_.jpg%5C%22″>
So you will notice the addition of trailing slashes and HTML code for quote marks and what not. Obviously the images do not show up and most of the links are messed up.
I cannot access my admin section – whenever I try I am told “You do not have sufficient permissions to access this page.” – also widgets are not working either.
I do however have PHPMyAdmin access and FTP access. Any help greatly appreciated as I am at a loss here.
- The topic ‘Server Migration Disaster!’ is closed to new replies.