Jump to content

errors during extraction (URGENT)


Recommended Posts

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

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.

  • Like 1
Link to comment
Share on other sites

  • 6 months later...

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

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.

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...