Migration Issue MAMP
-
I keep getting stuck trying to migrate https://www.300acres.com/ to my localhost.
It’s basically the same as doing a migration from one server to another. Is there a setting in the options MySQL table besides ‘siteurl’ and ‘home’ options that would affect this?
I have successfully migrated previously exsisting sites and set them up with MAMP. Example: https://www.shalaco.com/bldg The only difference I can see is that in this migration I have my wp core files in a subdirectory in this install.
The steps I am taking are:
- Downloading all remote files.
- Downloading MySQL database
- Updating wp-config to point at local mysql
define('DB_NAME', '474706_300acres'); /** MySQL database username */ define('DB_USER', 'root'); /** MySQL database password */ define('DB_PASSWORD', 'root'); /** MySQL hostname */ define('DB_HOST', 'localhost:8888');
- update WordPress address & blog url in database.
At this point everything should be setup. However, I get a blank screen. I wiped the database and did a fresh install and then imported all the MySQL tables except for ‘option’ is there another option that would effect this?
- The topic ‘Migration Issue MAMP’ is closed to new replies.