Serialized Data
WordPress core and third-party plugins often serialize arrays or objects as a way of storing structured data in the WordPress database. The method used to serialize this data is PHP’s…
A collection of resources for WordPress Developers, written and curated by experts
WordPress core and third-party plugins often serialize arrays or objects as a way of storing structured data in the WordPress database. The method used to serialize this data is PHP’s…
WP_DEBUG Do you have WordPress debugging turned on? There should be line in your wp-config.php file containing the following: define( ‘WP_DEBUG’, true ); If debugging is not on, you are flying blind. In fact,…
The following is a list of plugins that are known to not play nicely with WP Migrate DB Pro. If you’re experiencing problems with WP Migrate DB Pro and have…
Compatibility mode is a feature in WP Migrate DB Pro that controls how WordPress plugins and themes are loaded for requests made during migrations. WP Migrate DB Pro uses AJAX…
Below is a list of error messages you might come across in WP Migrate DB Pro. To use this document, please copy the error or error code (prefixed by a…
This guide shows how to activate WP Migrate and your license key. WP Migrate cannot receive plugin updates or provide access to premium features without a valid license key on…
The migration process makes heavy use of both AJAX and JavaScript and can sometimes report errors in your browser’s debugging console. While the new user interface will report these errors…
Importing via WP Migrate DB Pro’s Import Feature To import an SQL file WP Migrate DB Pro Versions 2.0+ Click on the Import Database button on the “Migrate” tab Select…