Increasing the 512MB size limit on All-in-One WP Migration Plugin
For the instructions outlined to be able to work, you must use All-in-one WP Migration Plugin the previous version 6.77 or earlier.
You can download the version 6.77 here at, all-in-one-wp-migration.6.77
In the constants file…
/wp-content/plugins/all-in-one-wp-migration/constants.php
/wp-content/plugins/all-in-one-wp-migration/constants.php
Find this…
// =================
// = Max File Size =
// =================
define( ‘AI1WM_MAX_FILE_SIZE’, 2 << 28 );
and replace with this…
// =================
// = Max File Size =
// =================
define( 'AI1WM_MAX_FILE_SIZE', 2 << 28 *1.2);
And you will have 16GB upload limit.
Share this... Choose Your Favorite Platform
Share on FacebookShare on TwitterShare on LinkedinShare on PinterestShare on RedditShare on Xing