Skip to main content

Posts

Showing posts from February, 2023

How to increase more than 512 MB all in one wp migration plugin file upload limit WordPress

If you are not a tech person then it is very hard to upload your WordPress website backup more than 512 MB. And it is very painful. In this article we resolve all this problem and at the end you are able to upload file over a terabyte (TB). Follow this step by step guideline to increase import size of all in one wp migration WordPress plugin increase maximum upload size in terabyte. Follow this steps: 1. Download this version –>  all-in-one-wp-migration 2. Upload this plugin in WordPress dashboard 3. Go to Plugin/Plugin Editor Then Select plugin to edit: all-in-one wp migration Click on  Contstants.php In  Contstants.php  search for this line // = Max File Size = // ================ define( 'AI1WM_MAX_FILE_SIZE', 2 << 28 ); Now change this number 28 to 56 define( 'AI1WM_MAX_FILE_SIZE', 2 << 56 ); 4. Update the file.