Jump to content

Error installation autoupgrade.


Recommended Posts

Open file /modules/autoupgrade/autoupgrade.php

Change the line or comment:

 

$this->ps_versions_compliancy = array('min' => '1.4', 'max' => _PS_VERSION_);

to:

$this->ps_versions_compliancy = array('min' => '1.4', 'max' => '1.6');

 

 

OR

 

//$this->ps_versions_compliancy = array('min' => '1.4', 'max' => _PS_VERSION_);

post-696344-0-31673300-1396354640_thumb.jpg

Edited by paulormf (see edit history)
  • Like 3
Link to comment
Share on other sites

Open file /modules/autoupgrade/autoupgrade.php

Change the line or comment:

 

$this->ps_versions_compliancy = array('min' => '1.4', 'max' => _PS_VERSION_);

to:

$this->ps_versions_compliancy = array('min' => '1.4', 'max' => '1.6');

 

 

OR

 

//$this->ps_versions_compliancy = array('min' => '1.4', 'max' => _PS_VERSION_);

That worked! 

Thanks a lot.

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