using v1.5.6 and *have NOT customized or altered* any of the files ...
Hello,
I am using zc1.5.6c and want to upgrade to zc1.5.7d.
Current template Winchester_responsive which I want to replace with ZCA-Bootstrap-Template-3.6.0
(btw: what happened to Picaflor-Azul?).
Followed the instructions for quick upgrade on this page: https://www.zen-cart.com/docs/whatsnew_1.5.7.html
Replaced the files listed in https://www.zen-cart.com/docs/changed_files-v1-5-7.html.
Site seems to be running well. Still version 1.5.6c showing.
Question 1: no database upgrade needed? zc_install?
Question 2: do I need to copy/merge all other files from zc1.5.7d?
Thanks,
jpda
Re: using v1.5.6 and *have NOT customized or altered* any of the files ...
Question 1: Yes, you need to do a zc_install.
The page you linked has no instructions for a quick install, so I'm not sure what you mean. But the way you did it is super error prone.
It's much better to start with the files from the version you're going to and THEN add your changes in.
Also, why are you going to 1.5.7d when 1.5.8a is out there?
Re: using v1.5.6 and *have NOT customized or altered* any of the files ...
Quote:
Originally Posted by
swguy
Also, why are you going to 1.5.7d when 1.5.8a is out there?
Hopefully you are not using a version on your host's cPanel. Get 1.5.8a from https://github.com/zencart/zencart/releases
Re: using v1.5.6 and *have NOT customized or altered* any of the files ...
@swguy
Thanks for your answers and advice!
Quote:
The page you linked has no instructions for a quick install, so I'm not sure what you mean.
Because of this line on the linked page:
"If you are already using v1.5.6 and *have NOT customized or altered* any of the files listed in the changed_files-v1.5.7.html document, then simply replace those files with the new files as listed. "
Quote:
Also, why are you going to 1.5.7d when 1.5.8a is out there?
Just to see if and how it would work...not good nor easy at all!
So, I will upgrade to 1.5.8a.
Would PHP 8.2.4-0 work on zc1.5.8a?
Thanks,
jpda
Re: using v1.5.6 and *have NOT customized or altered* any of the files ...
The docs state that 1.5.8a will work with PHP through version 8.2. It's more than likely that any mods you add may not unless they specifically state they are PHP 8.2 compatible. https://docs.zen-cart.com/user/first...s/#php-version
If it's available on your server, start with PHP 7.3 and, when you have loaded all your mods, gradually bring it up in PHP versions until something breaks are you get a warning display log. Trouble shoot from there to get to 8.2
Re: using v1.5.6 and *have NOT customized or altered* any of the files ...
Quote:
Originally Posted by
dbltoe
No, I have downloaded zc1.5.8a directly from https://www.zen-cart.com/
I am upgrading the site of a customer, I build and test on xampp and ftp to the customer's host.
Thank you for the warning!
jpda
Re: using v1.5.6 and *have NOT customized or altered* any of the files ...
Quote:
Originally Posted by
dbltoe
The docs state that 1.5.8a will work with PHP through version 8.2. It's more than likely that any mods you add may not unless they specifically state they are PHP 8.2 compatible.
https://docs.zen-cart.com/user/first...s/#php-version
If it's available on your server, start with PHP 7.3 and, when you have loaded all your mods, gradually bring it up in PHP versions until something breaks are you get a warning display log. Trouble shoot from there to get to 8.2
Customer's site in zc156c has the original Winchester Responsive template with some mods added.
In the upgraded site I will install ZCA Bootstrap 3.6 and some mods.
I am able to remove (in PHP 7.3) all loaded mods, including db entries, and replace the Winchester template by the responsive_default template.
There will be no customizations anymore, so upgrading to zc158a will be easier I guess.
Any suggestions about that route?
Thanks,
jpda
Re: using v1.5.6 and *have NOT customized or altered* any of the files ...
Remember that PHP 8.2 is the highest level currently supported, and will only work if all your plugins are upgraded to that level. As @dbltoe mentioned, going from a somewhat lower version, then verifying as you bump up the PHP version, will allow you to handle any issues in smaller bunches. If you go straight to PHP 8.2, the number of logs you get can be overwhelming.
Re: using v1.5.6 and *have NOT customized or altered* any of the files ...
https://docs.zen-cart.com/user/upgra...-zen-cart-158a
Personnaly, I use the instructions at https://docs.zen-cart.com/user/upgra..._only_upgrade/, install clone a template, install bootstrap, clone responsive_classic, clone bootstrap, add mod list, and proceed from there to use mod list to identify/rectify those things mentioned in the warning.
Admittedly, I'm probably more familiar with "where the dead bodies are buried" than most but, it's not rocket surgery. :P
Once all is working, I start adding mods knowing the missing or hanging on configurations are fixed.
Re: using v1.5.6 and *have NOT customized or altered* any of the files ...
Quote:
... install clone a template, install bootstrap, clone responsive_classic, clone bootstrap, add mod list, and proceed from there to use mod list...
Indeed, I had been reading that article db-only-upgrade too. I used clone to remove Winchester Responsive, thank you @lat9!
I will follow your advice to start working in PHP 7.3 in zc158a gradually bring it up in PHP versions.
Which order would you suggest? PHP 7.4 -> 8.0 > 8.1 > 8.2.4?
Thanks a lot! :smile:
jpda