Import stuck, Javascript error 500
-
Hello,
I am trying to import a backup file but the import is stuck at the “Extension compatibility check” message.
I followed the instruction on that topic : https://ww.wp.xz.cn/support/topic/uploading-a-file-stuck-at-100-what-to-do/
The javascript console displays the following error as soon as the “Extension compatibility check” message appears :
Failed to load resource: the server responded with a status of 500 ()
https://dionysiaque.fr/wp-admin/admin-ajax.php?action=ailwm_import&ai1wm_import=1Another line with that error is displayed in the console every few seconds.
As advised in many threads, I edited the php.ini file to adjusted the php settings :
upload_max_filesize– set this to a value > than your backuppost_max_size– set this to a value > than your backupmemory_limit– set this to a value > than your backupmax_execution_time– set this to 0 (infinite)
As far as the upload size limit is concerned, I was able to change to it that way before (The size of my website is about 700MB so I set it to 1024MB, as by default the limit is set to 128 MB). Nevertheless, it has no effect on the upload size limit now. I have to use a plugin to increase the limit.
Thank you for your help.
The topic ‘Import stuck, Javascript error 500’ is closed to new replies.