gray Posted April 4, 2017 Share Posted April 4, 2017 [Ajax / Server Error for action upgradeDb] textStatus: "error " errorThrown:"Internal Server Error " jqXHR: " " It seems to have downloaded all the files, but gets stuck when upgrading the database. Link to comment Share on other sites More sharing options...
paarpulli Posted April 5, 2017 Share Posted April 5, 2017 go in module/autoupgrade/ajax-upgradetab.php change line $autoupgradeDir = Tools14::getValue('autoupgradeDir', 'autoupg-inst-' . uniqid()); to $autoupgradeDir = Tools14::getValue('autoupgradeDir', 'autoupg-inst-123); this helped me. Link to comment Share on other sites More sharing options...
gafonso Posted April 17, 2017 Share Posted April 17, 2017 Upgrade the 1-click upgrade module before you upgrade to 1.7.1 Link to comment Share on other sites More sharing options...
cate.88 Posted May 18, 2017 Share Posted May 18, 2017 Upgrade the 1-click upgrade module before you upgrade to 1.7.1 This works for me! Link to comment Share on other sites More sharing options...
gurmas Posted July 13, 2017 Share Posted July 13, 2017 (edited) Hi, Have You solved the issue, any luck with completing automatic update? Getting same error, and changing that line in ajax-upgradetab.php prevents autoupdate process to start. Using latest version of autoupdate module from github. Thanks! Edited July 13, 2017 by gurmas (see edit history) Link to comment Share on other sites More sharing options...
Aletren Posted September 28, 2017 Share Posted September 28, 2017 go in module/autoupgrade/ajax-upgradetab.php change line $autoupgradeDir = Tools14::getValue('autoupgradeDir', 'autoupg-inst-' . uniqid()); to $autoupgradeDir = Tools14::getValue('autoupgradeDir', 'autoupg-inst-123); this helped me. thank you for the solution it works, we must add the apostrophe missing $autoupgradeDir = Tools14::getValue('autoupgradeDir', 'autoupg-inst-123'); 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