Level Up
A collection of resources for WordPress Developers, written and curated by experts

Multisite Support
We test and currently support migration from one multisite install to another multisite install at the network level. The Multi Site Tools Addon enables additional functionality for WordPress multisite which…
Aug 11, 2014

Login Redirect Loop
Try adding the following to your wp-config.php file: define(‘ADMIN_COOKIE_PATH’, ‘/’); define(‘COOKIE_DOMAIN’, ”); define(‘COOKIEPATH’, ”); define(‘SITECOOKIEPATH’, ”); Please see this article for more information on this issue.

Different Table Prefixes
In versions of WP Migrate DB Pro older than 2.2.0, one of the limitations was that the site you were migrating to/from had to have the same table prefix. However,…

Nginx PHP-FPM Timeouts
Unfortunately Nginx + PHP-FPM configurations do not respect PHP’s set_time_limit() function. There’s a couple of ways you can minimize the likelihood of a timeout. You can try lowering the “Maximum…

Memory Issues
There are two ways to combat issues related to low memory, reduce the memory being used or increase the memory that can be used. Maximum Request Size WP Migrate DB…

ModSecurity
ModSecurity is a popular web application firewall often used on Apache web server environments. In certain scenarios, ModSecurity will interfere with and disrupt the WP Migrate DB Pro migration process.…

PHP Scream
The PHP scream extension allows you to disable the silencing error control operator so all errors are reported. WP Migrate DB Pro uses the @ error control operator to improve…