Maxima Posted October 19, 2014 Share Posted October 19, 2014 I am using latest One-Click Upgrade to upgrade my shop From ver 1.6.0.5 - 1.6.0.9 But everytime at extraction the process stops with the following errors (error occurs consecutively during 2 attempts to upgrade) [Ajax / Server Error for action unzip] textStatus: "error " errorThrown:"temporarily overloaded " jqXHR: " [Ajax / Server Error for action unzip] textStatus: "error " errorThrown:"Not Found " jqXHR: " Any suggestions Link to comment Share on other sites More sharing options...
thepan Posted October 19, 2014 Share Posted October 19, 2014 As it says "temporarily overloaded" your server is overloaded. Here is already a topic for it: LINK Are you running on a shared host? Link to comment Share on other sites More sharing options...
Maxima Posted October 19, 2014 Author Share Posted October 19, 2014 Yes i am currently using a shared host service. Link to comment Share on other sites More sharing options...
thepan Posted October 19, 2014 Share Posted October 19, 2014 Use this guide LINK and try to increase these values: max_execution_time memory_limit Its possible your webservice provider wont allow you to change those values, so you might have to get in touch with their support and explain your situation. 1 Link to comment Share on other sites More sharing options...
Maxima Posted October 19, 2014 Author Share Posted October 19, 2014 Thanks thepan, i'll try that my hosting service provider increase the two parameters for atleast a short time. Link to comment Share on other sites More sharing options...
howardliptzin Posted May 2, 2015 Share Posted May 2, 2015 Hello I have the same problem upgrading from 1.6.0.9 to .14 I am not on shared hosting, i have a VPS and my php.ini file values are: max_execution_time = 300 ; Maximum execution time of each script, in seconds max_input_time = 300 ; Maximum amount of time each script may spend parsing request data max_input_vars = 6040 memory_limit = 512M ; Maximum amount of memory a script may consume (32MB) Any ideas? -H Link to comment Share on other sites More sharing options...
thepan Posted May 2, 2015 Share Posted May 2, 2015 The best way to find out what is limiting, is turning on all available php and apache logging methods and check the error logs. And as long as you dont have root access to your linux installation, there still might be a change that you wont be able to change the necessary values in the right places. This is most of the time not a easy going fix. So start with turning on error logs, and check your phpinfo() function for set values in your enviroment. 1 Link to comment Share on other sites More sharing options...
howardliptzin Posted May 3, 2015 Share Posted May 3, 2015 thanks thepan, will try that... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now