![]() |
|
Old site don't show anymore - 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: Old site don't show anymore (/thread-13565.html) |
Old site don't show anymore - kyrd - 2021-04-15 Hello, in these days I came back to a very old ZP website ( v 1.4.1.6 ) in order to finally update it. Quote:Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; utf8 has a deprecated constructor in /home/mhd-01/www.###.###/htdocs/zenphoto/zp-core/lib-utf8.php on line 38 I changed the version running in my hosting from php7.3 back to php5.6 Then I tried to go to php 7.0 getting the same error as before: I couldn't find any hint searching in the forum. Old site don't show anymore - acrylian - 2021-04-15 That the site broke may be the result of your webhost updating the server. All hosts don't provide old PHP versions anymore and start to switch them off sooner or later. Last officiall supported is currently . Zenphoto 1.4.1.6 is from 2011 and therefore ten years old. It is expected not to run on modern servers. There is a reason why you should update frequently. It is simply not compatible with PHP 7+. The Deprecated notices are core PHP ones and are a result of your stone age Zenphoto version. The MySQL error results from the fact that in PHP7+ the old MySQL handler is gone which was the default on such old installs. You have to use MySQLi oder PDO. This is also a core PHP thing. Old site don't show anymore - kyrd - 2021-04-15 yes, the good old days are gone, when we neandertal digital could live free only with html and css... meanwhile I've just "downgraded" the php version to 5.4 and the site is back, alive and kicking. I understand that I must upgrade evolve from stone age to modern age, that's why I'm here now: which steps would you recommend in this case? Old site don't show anymore - acrylian - 2021-04-15
I do remember these days and you still could theoretically We actually noted everything we recommend here: |