All files upgraded. Now upgrading database...
[Ajax / Server Error for action upgradeDb] textStatus: "error " errorThrown:"Internal Server Error " jqXHR: " "
The error happens when trying to upgrade prestashop version. Do you have the same error message ?
When tried to rollback the changes. My prestashop back office seems to work OK but not OK for my front office I get 404s on all my pages except the main landing page.
This it is a permissions issue, related to some Apache rules.Database restoration file 000027 done. 32 file(s) left...[Ajax / Server Error for action restoreDb] textStatus: "error " errorThrown:" " jqXHR: " "
The solutions is trying to increased the timeouts (and a few other limits) in the ini files and the problem went away - and the 1-click upgrade worked flawlessly.
First, there are three ini files, so to be safe I made the same changes in all three files. Those files are:
- php.ini
- php5.ini
- .user.ini
- upload_max_filesize = 640M
- post_max_size = 640M
- max_file_uploads = 200
- memory_limit = 320M
- max_input_vars = 3000
- max_input_time = 600
- max_execution_time = 600
- set_time_limit = 600