• I am trying to migrate live page to local host (more precisely to Local), however, the migration zip I download from the website is invalid. It neither opens nor imports to Local.

    Any ideas, why this can happen?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Delicious Brains Support

    (@dbisupport)

    Hi there!

    WP Migrate Support Team here, thanks for writing in! We would be happy to assist.

    Can you try editing your wp-config.php file on both servers to replace this line –

    define( ‘WP_DEBUG’, false );

    With these lines –

    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_LOG’, true);
    define(‘WP_DEBUG_DISPLAY’, false);

    This will cause all runtime errors, warnings, and notices to be written to /wp-content/debug.log, which will hopefully yield some better information about what’s going on.

    Then try the process again and check the debug.log file if created and see if you can find more details about what might be causing this issue.

    More information about that here: https://www.ads-software.com/support/article/editing-wp-config-php/#wp_debug

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Downloaded migration zip file is invalid’ is closed to new replies.