![]() |
|
Upgrading PHP 8.1 - 82 - 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 PHP 8.1 - 82 (/thread-14147.html) |
Upgrading PHP 8.1 - 82 - tplowe56 - 2026-08-24 I upgraded my server from 8.1 to 8.2 and now I can't load the backend. I tried to run set up and that does not work either. I am using latest vers. of ZP. Any suggestions? What version of PHP is ZP currently tested on? RE: Upgrading PHP 8.1 - 82 - acrylian - 2026-08-25 Zenphoto 1.6.8 should work with PHP 7.4 to 8.4 and maybe some derpecation warnings 8.5. We bascially tested it on 8.4 but we should have no specific code. Since 8.1 and 8.2 are already not officially supported anymore I would recommend to upgrade even more. 1.6.8 will be the last to officially support anything below PHP 8. In any case please review the debuglog for specific errors as it can be lots of things like missing PHP extensions. What did setup say in that regard? RE: Upgrading PHP 8.1 - 82 - tplowe56 - 2026-08-29 I have been trying to upgrade from 8.2 to 8.3 but I have found other problems. Have you guys tested your fork of zpBootstrap with.17. x. Something in 1.7 does not work with zpBootstrap. 1.6.8 is fine. On my local box running 8.2.1.2 the backend displays all thumbnails fine, but any image page is blank without even displaying placeholder. Tonight I will investigate further with Claude. Can't seem to get ZP 1.6 or 1.7 to run on 8.3 local or www. I get configuration error coming from server I think, not from ZP. When I run zpBootstrap on 1.7 locally/PHP 8.2.1.2, it does not build any pages for image thumbnails, it does build thumbnails for albums. RE: Upgrading PHP 8.1 - 82 - tplowe56 - 2026-08-30 I've got a lot of this solved. When I upgrade PHP it was automatically turning off some extensions What PHP is ZP using for current releases? Thanks. RE: Upgrading PHP 8.1 - 82 - acrylian - 2026-08-30 We primarily use 8.4 for some time but we already tested 1.7a with 8.5. There might be some deprecation notes but so far all works. zpBoostraps should work with 8.1./8.2 itself but we haven't actively tested it with 1.7a. Since it is limited supported we only do on request. We'lll take a look but generally I don't think we changed anything regarding the image processing that should interfere. RE: Upgrading PHP 8.1 - 82 - fretzl - 2026-08-30 For me zpBootstrap works fine with 1.7a and PHP 8.5 RE: Upgrading PHP 8.1 - 82 - tplowe56 - 2026-09-02 Thanks Fretzl, Are there deprecated functions in zpBootstrap that we should take care of at some point. I make extensive use of zpBootstrap. Here is a test version of my" zpBootstrap-dark" https://light.loweprofile.com/ RE: Upgrading PHP 8.1 - 82 - acrylian - 2026-09-03
Yes, a few for 1.7a. If you use a customized version you will need to compare with our theme. We started to set some proper versions so it is more clear what works with what Zenphoto. As always there will be deprecation notices in the logs. You can also look at the commits what changed |