Why I have this error when I try to install this old blog on my local webserver?
Why I obtain a white page when I import a backup of an old WP blog on my local web server? [duplicate]
Why I obtain a white page when I import a backup of an old WP blog on my local web server? [duplicate]
You need change URLs in the complete database, not just in the two tables in wp_options. See WordPress Serialized PHP Search Replace Tool | Interconnect and the docs at Moving WordPress « WordPress Codex
It sounds like you need to update the database to replace the guids and base URL. I recommend WP Migrate DB Pro to quickly sync two databases. Otherwise you need to run a few SQL statements to find and replace the old domain with the new domain. In PHPMyAdmin run the following statements from the … Read more
Changing themes on locally hosted webpages
Restoring .sql backup results in “Error establishing a database connection”
Webpage not found upon entering wrong username and password on custom login form?
Found answer here: https://stackoverflow.com/a/19718745/3691686 wampmanager -> PHP -> PHP Extensions -> php_zip
I fixed it. It actually wasn’t anything with the server permissions. It was PICNIC – the magical “wp-config” tweaks I put in – I put in an incorrect path to the uploads folder. Fix, tweak, done.
Could be that the database for the local version is still connected to the live version. Check you wp-config file as not all host use local host for databases some use fixed addresses..
Try changing “siteurl” and “home” in your wp_options table. The rest of the paths should stay the same then.