paulormf Posted March 29, 2014 Share Posted March 29, 2014 (edited) Hello for all, i'm trying upgrade my store, but when i install 1-click autoupgrade return The version of your module is not compliant with your PrestaShop version. Anyone can help me? Thanks! prestashop: 1.5.5.0 Edited March 29, 2014 by paulormf (see edit history) Link to comment Share on other sites More sharing options...
dab911 Posted March 31, 2014 Share Posted March 31, 2014 Hello, I've the same problem, any solution ? my version is : PrestaShop™ 1.5.3.1 . Cdt Didier Link to comment Share on other sites More sharing options...
predalpha Posted April 1, 2014 Share Posted April 1, 2014 Same Problem, my version is : 1.5.6.0 Link to comment Share on other sites More sharing options...
qwarkk Posted April 1, 2014 Share Posted April 1, 2014 (edited) Same... version 1.5.4.1 - default theme - unistall incompatible modules what next..? any ideas ? Edited April 1, 2014 by qwarkk (see edit history) Link to comment Share on other sites More sharing options...
paulormf Posted April 1, 2014 Author Share Posted April 1, 2014 (edited) 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_); Edited April 1, 2014 by paulormf (see edit history) 3 Link to comment Share on other sites More sharing options...
predalpha Posted April 1, 2014 Share Posted April 1, 2014 Thx but have you installed new version after ? Does it works properly ? Link to comment Share on other sites More sharing options...
predalpha Posted April 4, 2014 Share Posted April 4, 2014 (edited) Doesnt work for me. I can install the module and i got a white page. If i refresh, the module seems to be installed. However when i want to upgrade, it displays a white page. I tried the 2 solutions mentioned above. Edited April 4, 2014 by predalpha (see edit history) Link to comment Share on other sites More sharing options...
higorvaz Posted April 4, 2014 Share Posted April 4, 2014 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 More sharing options...
elibanuelos Posted April 6, 2014 Share Posted April 6, 2014 Thanks works for me ! Link to comment Share on other sites More sharing options...
NikPraskaton Posted April 11, 2014 Share Posted April 11, 2014 Works for me too.. But God knows if everything will be fine after the upgrading process is finished Link to comment Share on other sites More sharing options...
JC.Lamas Posted April 11, 2014 Share Posted April 11, 2014 Perfect!!!! Thanks a lot. Change the line work for me. (1.5.6 to 1.6.0.6) Link to comment Share on other sites More sharing options...
DOCO Posted April 15, 2014 Share Posted April 15, 2014 (edited) Thanks!!! Edited April 15, 2014 by DOCO (see edit history) Link to comment Share on other sites More sharing options...
Evguenie Sokolov Posted April 15, 2014 Share Posted April 15, 2014 That worked! Thanks a lot. That worked too!! Many thanks! Link to comment Share on other sites More sharing options...
benjamin utterback Posted April 17, 2014 Share Posted April 17, 2014 Hello all, this issue looks to be fixed in the latest version 1.3.10 , you can see the Github commit that mentions the fix in autoupgrade.php here, https://github.com/PrestaShop/autoupgrade/commit/95fdf8d2028e6d563b8a3868e16c097dfb8f8460 Please update your module and let me know if you have any more issues. Thanks! 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