![]() |
|
Upgrade to ZP 1.5.7 - 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: Upgrade to ZP 1.5.7 (/thread-13415.html) |
Upgrade to ZP 1.5.7 - ceejayemm - 2020-06-04 I have just upgraded my existing ZP 1.5.6 installation (on my own server, running Debian 10, Apache 2 and PHP 7.4.6) to the newly released ZP 1.5.7. All seemed to go well and the much repeated "get_magic_quotes_gpc() is deprecated" of v1.5.6 has now disappeared. I am however left with a couple of problems, namely: Firstly Do I need to worry about this ? Presumeably a table in my MySQL database needs an index to be created but which one and how ? Secondly: Not sure what this is, not had it previous versions of ZP. How do I find the path to the erroneous JPG file and fix the problem ? There were no issues reported in the upgrade log which might help either of these 2 problems. Thanks Chris Upgrade to ZP 1.5.7 - acrylian - 2020-06-04 On the first one we apparently missed a fallback if not set…. It's a new option to set a db port but it is optional. But it does not cause any real harm. You can fix it by adding The 2nd is about what it says and not directly a Zenphoto error. Nothing changed in EXIF handling in 1.5.7 as far as I remember. You can enable some additional debuglog out put using the mark release plugin. Upgrade to ZP 1.5.7 - ceejayemm - 2020-06-04 Thanks for the info above. Which config file are you referring to in the first item above and where is it likely to be located ? Thanks Chris Upgrade to ZP 1.5.7 - acrylian - 2020-06-04 I was referring to the Zenphoto config file in Upgrade to ZP 1.5.7 - acrylian - 2020-06-05 To add: Although the undefined index appears once (which it actually should not of course), isetup adds the missing define to the config file when running. So it will no re-appear afterwards. |