• Resolved oirfian

    (@oirfian)


    I have tried several times to import my .wpress file which I exported from All in One WP to my hard drive. It does not pass the 100% stage. I have previously done this and it worked but since then I have installed the latest all in one Plugin. I am guessing that my old .wpress file is not compatible with the new All in one plugin. I have read some technical ways to try and solve this but I am not very technical an probably I will just make things worse. So my question is, if I purchase the Pro plugin will this fix the issue? I have the backup saved in my all in one plug in but can´t import the file without the Pro version.

    Also, I guess when I update the all in one plugin I should immediately make a back up of the site to stop this happening again.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Yani

    (@yaniiliev)

    The plugin can restore all backups made with older versions of the plugin. You don’t need to purchase the pro plugin – it makes it convenient when you don’t know how to set up your server. It also shows your support to us, your plugin developers ❤️.

    To try and fix the stuck at 100% stage on your own, please read this guide: How to Increase Maximum Upload File Size in WordPress

    The easiest way to figure out the problem is to request error logs from your hosting provider for your website, then examine them around the time when you tried to upload the file.
    You will see what limit you have encountered and increasing it will solve the issue.

    The settings in PHP that you likely need to adjust are:

    • upload_max_filesize – set this to a value > than your backup
    • post_max_size – set this to a value > than your backup
    • memory_limit – set this to a value > than your backup
    • max_execution_time – set this to 0 (infinite)
    Thread Starter oirfian

    (@oirfian)

    I contacted my server and they have increased my file capacity memory to 512M. I went into all in one plugin to try to import my file which is 387 MB. It says there is a limit of 128 MB for upload. I deleted the all in one plugin and re installed it hoping it would register the new file limit from my server but it still says there is a 128MB limit. What should I do?
    Thanks

    Plugin Author Yani

    (@yaniiliev)

    Talk to your hosting provider.
    They probably didn’t increase the correct limits.
    The plugin is using wp_max_upload_size function to display the maximum upload size allowed in php.ini.
    The function itself returns the smaller of:
    – ini_get( ‘upload_max_filesize’ )
    – ini_get( ‘post_max_size’ )

    You can also point them to this guide: How to Increase Maximum Upload File Size in WordPress

    Thread Starter oirfian

    (@oirfian)

    Ok I have got my server to increase the file upload size. I now have an upload size of 512MB which it states on the import page of the all in one plugin. the server also changed the ini_ part too. But it still freezes at the 100% upload part. My file is 387MB. What else can I try?

    Plugin Author Yani

    (@yaniiliev)

    Did you retrieve the error logs from the hosting provider? You will see exactly what the issue is.

    Thread Starter oirfian

    (@oirfian)

    Yes I have them.

    I only have error reports from yesterday. these have been generated becuase my service provider gave me this link to increase upload file size in All in one plugin. I followed the instructions and I thought I had fixed the problem.

    https://kiranworkspace.com/how-to-increase-the-512mb-limit-in-all-in-one-wp-migration/

    there were no error reports before yesterday although I have tried many times to import a file from my hard drive into the plug in over the last 2 weeks. here is the error report

    Here is the error logs for that site: [08-Jun-2022 10:38:25 UTC] PHP Warning: Use of undefined constant ‘AI1WM_MAX_FILE_SIZE’ - assumed '‘AI1WM_MAX_FILE_SIZE’' (this will throw an Error in a future version of PHP) in /home/differ22/public_html/wp-content/plugins/all-in-one-wp-migration/constants.php on line 408 [08-Jun-2022 10:38:37 UTC] PHP Warning: Use of undefined constant ‘AI1WM_MAX_FILE_SIZE’ - assumed '‘AI1WM_MAX_FILE_SIZE’' (this will throw an Error in a future version of PHP) in /home/differ22/public_html/wp-content/plugins/all-in-one-wp-migration/constants.php on line 408 [08-Jun-2022 10:38:51 UTC] PHP Warning: Use of undefined constant ‘AI1WM_MAX_FILE_SIZE’ - assumed '‘AI1WM_MAX_FILE_SIZE’' (this will throw an Error in a future version of PHP) in /home/differ22/public_html/wp-content/plugins/all-in-one-wp-migration/constants.php on line 408 [08-Jun-2022 10:39:06 UTC] PHP Warning: Use of undefined constant ‘AI1WM_MAX_FILE_SIZE’ - assumed '‘AI1WM_MAX_FILE_SIZE’' (this will throw an Error in a future version of PHP) in /home/differ22/public_html/wp-content/plugins/all-in-one-wp-migration/constants.php on line 408 [08-Jun-2022 10:39:17 UTC] PHP Warning: Use of undefined constant ‘AI1WM_MAX_FILE_SIZE’ - assumed '‘AI1WM_MAX_FILE_SIZE’' (this will throw an Error in a future version of PHP) in /home/differ22/public_html/wp-content/plugins/all-in-one-wp-migration/constants.php on line 408 [08-Jun-2022 10:39:31 UTC] PHP Warning: Use of undefined constant ‘AI1WM_MAX_FILE_SIZE’ - assumed '‘AI1WM_MAX_FILE_SIZE’' (this will throw an Error in a future version of PHP) in /home/differ22/public_html/wp-content/plugins/all-in-one-wp-migration/constants.php on line 408 [08-Jun-2022 10:39:39 UTC] PHP Warning: Use of undefined constant ‘AI1WM_MAX_FILE_SIZE’ - assumed '‘AI1WM_MAX_FILE_SIZE’' (this will throw an Error in a future version of PHP) in /home/differ22/public_html/wp-content/plugins/all-in-one-wp-migration/constants.php on line 408

    My server have now given me another thing to try which is convert the file to FTP. I will try this next
    https://www.inmotionhosting.com/support/website/ftp/configuring-your-site-in-filezilla/

    All this is due to me installing the latest Elementor plugin which was not compatible with the latest WP 6.0 and my site is completley corrupted. why has a WP plugin like Elementor released an update which is not compatible with the latest WP version?

    Plugin Author Yani

    (@yaniiliev)

    The error in the error log is due to the configuration you did. The guide that you have been given is incorrect. I have given you the correct guide in my first reply above. Revert all your changes and follow the correct guide.

    Thread Starter oirfian

    (@oirfian)

    Ok. my server person has checked my .htaccess file and Ini file and say they were already set at 512MB. he also changed the wp-donfig.php to 512MB. that did not fix the problem.
    so I have uploaded the file to my file manager of my server and he has uploaded the file to my all in one migration directory.

    so can you tell me how I can import my file from file manager into the plugin or how to locate this file in the plug in which has now been saved in its directory.

    thanks.

    Plugin Author Yani

    (@yaniiliev)

    so can you tell me how I can import my file from file manager into the plugin or how to locate this file in the plug in which has now been saved in its directory.

    This is only possible with a premium extension.

    Ok. my server person has checked my .htaccess file and Ini file and say they were already set at 512MB. he also changed the wp-donfig.php to 512MB. that did not fix the problem.

    Yes, now you need to check the error logs to determine the problem – why the changes that were made did not work. Sometimes the syntax is slightly different (e.g. you have to write 500M instead of 500MB and vice versa).

    Thread Starter oirfian

    (@oirfian)

    In the end I have purchased the premium version and problem fixed. Trying trial end error on coding issues is above my kowledge of things and I am just glad it is sorted. Have spent too kong trying lots of things with no joy. Thanks for yiur help though.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘upload stuck at 100%’ is closed to new replies.