Hi @katandmouse,
WP Migrate Support Team here. Thanks for reaching out with your query, we would be happy to assist!
After running an Export, your browser should prompt you to download the export file.
If that didn’t happen, please check if maybe the Export file is still in the directory below:
wp-content/uploads/wp-migrate-db/
If the file is not there, can you try editing your wp-config.php file on the site you are exporting, 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.
Can you try the export process again? Then send on any relevant information from the debug.log file.
More details about that at https://www.ads-software.com/support/article/editing-wp-config-php/#wp_debug
Once we have finished troubleshooting you should revert that config change and delete the debug.log file.