Jump to content

Upgrade v1.5.6.1 to v1.5.6.2


Recommended Posts

Hello

 

I got the followng error

 

Analyse des fichiers ...Boutique désactivée. Téléchargement en cours... (ce qui peut prendre un certain temps) ...
Téléchargement terminé. Extraction ...
 
[Ajax / Server Error for action unzip] textStatus: "error " errorThrown:"Internal Server Error " jqXHR: "
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache Server at mjlvideo.fr Port 80
 
Any clues?
 
Thanks

 

Link to comment
Share on other sites

I have also problem with autoupdate, but in my case it says:

 

javascript error (parseJSON) detected for action "updateConfig". Starting restoration...

 

I manually uploaded an archive to: /admin/autoupgrade/download/, system detects the file, but after clicking save I get the same problem:

 

javascript error (parseJSON) detected for action "updateConfig". Starting restoration...

 

I followed the steps in official "How to...", but with the same result.

 

I have edited /modules/autoupgrade/db/Db.php (around line 210), and I have:

public static function getClass()
	{
		$class = 'MySQL';
		if (extension_loaded('mysql') && PHP_VERSION_ID < 50500)
			$class = 'MySQL';
		elseif (extension_loaded('mysqli'))
			$class = 'DbMySQLi';
		elseif (PHP_VERSION_ID >= 50200 && extension_loaded('pdo_mysql'))
			$class = 'DbPDO';
		return $class;
	}

my php.ini file is:

error_log = /plik_logow.log
error_reporting =  E_ALL & ~E_NOTICE
log_errors = 1
display_errors = off
extension = mysqli.so
extension=pdo.so
extension=pdo_sqlite.so
extension=sqlite.so
extension=pdo_mysql.so
magic_quotes_gpc=off

I have no idea, what is going on...

 

I`am still getting : "javascript error (parseJSON) detected for action "updateConfig". Starting restoration..."

 

:(

Link to comment
Share on other sites

  • 1 month later...

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...