I can’t log in to my migrated site

The information on your website replaces with the information in the file that you import during the migration process. This data includes the usernames and passwords that were in use on the previous site. After you’ve finished the import process, you will need to log in to your site using the credentials from the imported […]

Read More >

Got blank screen while connecting to Box, Dropbox, Google Drive, OneDrive?

If you get a blank screen when connecting to Box, Dropbox, Google Drive, or OneDrive, one of the causes could be the PHP suhosin extension: https://suhosin.org. Suhosin (pronounced ‘su-ho-shin’) is an advanced protection system for PHP installations. It protects servers and users from flaws in PHP applications and the PHP core, both known and unknown. […]

Read More >

IIS web server and non-latin characters in URLs

If you are hosting your WordPress on an IIS web server and some of the pages/posts URLs are not opening, you may be experiencing a problem with non-latin URLs. Internet Information Service cannot handle URLs with non-English characters (IIS). As a result, WordPress will throw Page not found (404) on all URLs that have non-English […]

Read More >

Special (Non-English) characters in filenames

The Cause A small number of our users recently noticed and reported that some of their files began to have special characters in their filenames. We conducted an investigation and conducted some research until we determined the cause and how to address it. This only affects users who use Windows on their server. The problem […]

Read More >

What to do when getting 404 – page not found after migration

After migration, you may encounter the 404 – page not found error for one of the following reasons: You failed to save the permalinks after the migration. An Apache server hosts your website, but it did not enable the mod_rewrite module. The PopBox For Elementor plugin is enabled. In such cases, please follow the steps outlined […]

Read More >

WordPress and Microsoft SQL Server

WordPress does not officially support Microsoft SQL Server. All-in-One WP Migration does not support MySQL to Microsoft SQL Server migration. WordPress recommends that the configuration for your host is: PHP version 7 or greater MySQL version 5.6 or greater OR MariaDB version 10.0 or greater HTTPS support The following are the minimum requirements if you […]

Read More >

Error 404 when trying to edit in WPBakery Page Builder plugin

When you try to edit posts or pages while using the Massive Add-ons for WPBakery Page Builder plugin, you may receive an error 404 – page not found. If you encounter this issue, you can take the following steps: 1. Examine the server error log. A server resource shortage or by server settings can cause […]

Read More >

What to do when you get a page full of gibberish/404/HTTP Error 404.3 after clicking the download button

When attempting to download your backup from the Backups page, you may encounter such an issue. Your server does not support the .wpress file type, which is why you cannot download it directly from the download button. You may need to either: add this line AddType application/octet-stream .wpress in to your .htaccess file. Alternatively, contact your […]

Read More >

You must enable cookies to use WordPress

If you try to log in but receive an error message such as: ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress. You can fix it by inserting the following code into your wp-config.php file: define( ‘COOKIE_DOMAIN’, $_SERVER[ ‘HTTP_HOST’ ] ); NOTE: If you use WordPress Multisite […]

Read More >

Unsupported Hosting Providers and Themes

This is a list of hosting providers that have been found to have issues when using All-in-One WP Migration: WP Engine We are unable to offer full support to WP Engine users due to their lack of contribution to WordPress, which does not align with our principles. IONOS This decision was made because IONOS recommends […]

Read More >