![]() |
|
site not coming up-it just happened - 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: site not coming up-it just happened (/thread-13860.html) |
site not coming up-it just happened - chrisgoh1 - 13-07-2023 I created my site vacationmemory.com 8mths ago and it was running smoothly but today it just could not come up...getting this error: I talked to my hosting host and they said nothing has changed and all my WP sites are up and running except this. Any suggestions would be helpful thanks site not coming up-it just happened - acrylian - 13-07-2023 Please review the debug logs and if you can the php error log on your server (ask your host). site not coming up-it just happened - chrisgoh1 - 13-07-2023 According to the error_log file, the issue is connected to the missing file /home/squarely/vacationmemory.com/zp-core/functions-basic.php site not coming up-it just happened - acrylian - 13-07-2023 Well, it is missing? However in the current 1.6. version the file actualy is not in that location anymore but `zp-core/functions/functions-basic.php That would mean that you are on 1.5 or ealier. Check if your host updated PHP to 8+. In that case you need to update now. site not coming up-it just happened - chrisgoh1 - 13-07-2023 I updated to 8.1 and still not coming up--- site not coming up-it just happened - chrisgoh1 - 13-07-2023 The settings--- so what needs to be checked mark? 4 site not coming up-it just happened - chrisgoh1 - 13-07-2023 You can check the log in the vacationmemory.com folder -> error_log file. Here are the last logs for your website: site not coming up-it just happened - chrisgoh1 - 13-07-2023 Q: can I just install a fresh copy and point to the sql database? How do I find out where the sql database located? site not coming up-it just happened - acrylian - 14-07-2023 A misunderstanding probably, you need to update to Zenphoto 1.6 for PHP 8 support. Regarding upgrade/installation process see the info on our website please. site not coming up-it just happened - chrisgoh1 - 15-07-2023 Where is the update section? Please provide the link.. thanks site not coming up-it just happened - acrylian - 15-07-2023 On the download page below the download buttons… site not coming up-it just happened - chrisgoh1 - 15-07-2023 So I download a new one and have to start all over again? site not coming up-it just happened - acrylian - 16-07-2023
No, as explained in the update instructions. But if you customized things or use third party things you may have some extra work to do because of internal changes. See the release post for those. site not coming up-it just happened - chrisgoh1 - 17-07-2023 What I don't understand is why it broke in the 1st place and without any warning? And will this happen again? site not coming up-it just happened - acrylian - 17-07-2023
It probably broke because PHP on your server was upgrade to PHP 8+ by your webhost and Zenphoto below 1.5 and earlier is not compatible with that. PHP 8 is a major update so a lot of tools break with it. Host do notify about such updates beforehand usually. You need to pay atention to these notes and regulary make updates of tools used when available. So yes if you not following this it certainly may happen again, with every other tool, too. site not coming up-it just happened - chrisgoh1 - 17-07-2023 No, the php was below 8 and you the one that recommended that it goes to 8+ site not coming up-it just happened - chrisgoh1 - 17-07-2023 so what php version should it be that I can tell my webhost to downgrade to make it work? site not coming up-it just happened - chrisgoh1 - 17-07-2023 All I want is to create a website to upload my travel photos...that it... site not coming up-it just happened - acrylian - 17-07-2023
We had a misunderstanding here. You didn't state which Zenphoto version you were using so I guessed from the report about a "missing" file - you didn't even mention if it really was missing - that it is an older version and that the host might have updated PHP to 8 as a lot host meanwhile did. I therefore recommended to upgrade Zenphoto to 1.6. because everything below 1.6 is not PHP 8 compatible. You misunderstood to upgrade PHP. That apparently wasn't it but from your report I cannot tell what it might be. Zenphoto 1.5 is compatible with PHP 7.4.x and probably still PHP 5.6. In any case everything below PHp 8 is not maintained and supported by the PHP devs anymore so you should be running PHP 8. And therefore Zenphoto 1.6 because we don't support older release anymore. If WP works for you, use it. The same compatibility things apply as to Zenphoto. Fun fact WP labels PHp 8 support still officially as beta. We don't ;-) |