![]() |
|
Upgrading from 1.4.14 - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Upgrading from 1.4.14 (/thread-13770.html) |
Upgrading from 1.4.14 - jbarrick - 2022-11-23 I will be upgrading from 1.4.14 to 1.5.9. Was planning on following these instructions: Upgrading from 1.4.14 - acrylian - 2022-11-23 As mentioned on that page we don't test that specifially so we can't exactly tell. Probably the update itself will work. The biggest problems will be custom/third party themes and/or plugins that may not be maintained and therefore compatible. Also things changed and some lugins have been removed. If it is an important live site, use a staging site first. Also note that we are currently working on Version 1.6 we hope to release soon. Upgrading from 1.4.14 - jbarrick - 2022-11-24 How about restoring if the upgrade is unsuccessful? Upgrading from 1.4.14 - ctdlg - 2022-11-24 You could start moving from php 5.6 to php 7.4, then, if ok, from Z 1.4.14 to 1.5.9. Moving from 1.5.9 to 1.6rc : as mentionned by acrylian, you will need to check your debug page to adjust / remove some functions in your theme templates. Then, you will be able to move from php 7.4 to php 8.1, and will be ok ! Upgrading from 1.4.14 - acrylian - 2022-11-24
Correct, 1.4.14 should be PHP 7 compatible already. Not sure about 7.4. specifially as it was five years ago.
As usuals create an backup of the database (use the ZP tool and a real db backup via phpmyadmin) and then re-install thte old version. In any case in case of an important live site create mirror install (= staging site) on the server first and try with that first. Fix all bugs there if possible and then upgrade the actual site. |