All-in-One WP Migration plugin’s main problem is import stuck at 0% – 3%. Everybody faces this problem but I don’t know why developers do not fix this problem. Today I solved the All-in-One WP Migration import stuck.
At first Download, Old Version of All-in-one WP Migration Plugin then Go to your WordPress Dashboard > Plugins > Add New > Upload Plugins > Choose Files then Install & Activate.
Then click to All-in-One WP Migrations Plugin > Import (if you see Maximum File Upload Siz: 4MB/128MB/512MB etc.) so you can be increasing your File Uploading Size.
Go to your WordPress Dashboard > Plugins > Plugin Editor
Then, Top right side
Then, click constants.php and scroll down or find
define( ‘AI1WM_MAX_FILE_SIZE’, 2 << 28 );
Then, replacement 15000000000
Example : define( ‘AI1WM_MAX_FILE_SIZE’, 15000000000 );
and “Save”
Now, Go Back
Now Maximum Upload File Size increase to 14GB
Now import Big Files
If you face any problem of All-in-One WP Migrations, comments the box i help you any time.