joelabine Posted January 23 Share Posted January 23 (edited) Hi I did a lot of search and cannot find a solution. I'm on a dev site under Windows. And I'm trying to update from 9.0.0 to 9.0.2. Update assistant V7.5.0. I checked the php error file nothing there but warnings. I deleted the var/dev folder. Tried a lot of things, this "something when wrong" always comes at a random time during the update. Sometime it's right a the beginning, some time it's during the zip decompress... When I click ton "Send error report" I can see that error in the browser console: Please help! Thanks! Edited January 23 by joelabine Missing screen shot (see edit history) Link to comment Share on other sites More sharing options...
wepresta Posted January 23 Share Posted January 23 Hello, You should avoid upgrading for now. It is generally not worth the risk for a minor version update. 1 Link to comment Share on other sites More sharing options...
Fabry Posted January 23 Share Posted January 23 Hey! i found out that many times you have to reinstall Update module . But first step is to check all modules are updated.... then load xml file e Prest902 zip in download folder in youradmin/autoupgrade...unzip all ( you save work to the process)..NB: without xml you cannot install the patch and install presta. Clean cache e also the shop must be in mainteinance. I had no problem in the last 2 upgrade i did. ciao 1 Link to comment Share on other sites More sharing options...
joelabine Posted January 23 Author Share Posted January 23 Hi Fabry Where did you find the xml file? Only the zip and tar are available in the GitHub repository for version 9.0.2. Thanks Link to comment Share on other sites More sharing options...
Fabry Posted January 23 Share Posted January 23 https://github.com/PrestaShopCorp/prestashop-classic/releases Link to comment Share on other sites More sharing options...
joelabine Posted January 27 Author Share Posted January 27 (edited) Hi, I was still unable to update. Errors were randomly appearing. Finally found there were deprecated warnings returned in ajax requests. My solution was to set this in my php.ini: error_reporting = E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED More details here: https://github.com/PrestaShop/autoupgrade/issues/1554#issuecomment-3805550477 Edited January 27 by joelabine typo (see edit history) Link to comment Share on other sites More sharing options...
mcaldex Posted January 27 Share Posted January 27 (edited) https://github.com/PrestaShop/autoupgrade/pull/1584 this is the official fix you should apply. It's scheduled to be officially released in version 7.6.0 of the prestashop autoupgrade module Edited January 29 by mcaldex (see edit history) 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