Forums

Migration Issue MAMP (1 post)

  1. shalzers
    Member
    Posted 2 years ago #

    I keep getting stuck trying to migrate http://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: http://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:

    1. Downloading all remote files.
    2. Downloading MySQL database
    3. 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');
    4. 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?

Topic Closed

This topic has been closed to new replies.

About this Topic