Problem with local restore
-
After following a tutorial for backing up (https://mbrsolution.com/tutorial/backup-restore-wordpress-using-backwpup-plugin.php) and then following one for local restore (https://mbrsolution.com/tutorial/test-your-wordpress-site-locally.php), I ran into a couple of issues.
The first was HTTP 500 error
So, I set define(‘WP_DEBUG’, true) in wp-config.
Then I could see an error message: Warning: mysql_connect(): Access denied for user ‘lightnm0_wor1’@’localhost’ (using password: YES)That was weird because I don’t remember creating that user name.
So (after researching a bit) I queried the DB for the mysql user name which turned out to be “root” w/o password. Then I changed wp-config to reflect this.This resolved the first issue, but then I found two things
1) The site content was displayed, but it was unformatted, as if missing the CSS file
2) unable to log in – apache seems to be in an infinite loop of port IDs.I am hoping, there is some simple fix – it seems so close, yet so far away.
Thanks,
-Eric
- The topic ‘Problem with local restore’ is closed to new replies.