![]() |
|
zpbase 1.2 theme error - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: zpbase 1.2 theme error (/thread-13769.html) |
zpbase 1.2 theme error - sphoto - 21-11-2022 Since the issue creation for zpbase on Github is disabled, I have to report it here. When using zpbase 1.2 under Zenphoto 1.6RC, I get an error entry in the debug log file. This happens every time while selecting "Options" -> "Theme" in the admin backend. In the theme options panel, many options are also missing then (e.g. all font adjustments). Older Zenphoto versions works fine. {30032:Mon, 21 Nov 2022 11:57:17 GMT} zpbase 1.2 theme error - acrylian - 21-11-2022 zpBase and others have not yet been tested and/or updated for 1.6 and also not been tested with PHP 8+. We probably will only get to that after the actual release. But thanks for letting us know about the missing issues. I was sure we had them open as we have for zenji. zpbase 1.2 theme error - acrylian - 21-11-2022 Issues are now enabled. zpbase 1.2 theme error - david1pro - 21-11-2022 For those interested, even though it's not a supported theme, zpBootstrap does not work with 1.6. In checking the source HTML of the resulting page once activated, it stops writing the page in the head at ``` ``` From basic testing, it is the call to getMainSiteName() that seems to cause failure. Is there another call that will do the same thing for 1.6? For me, as I have one site and the whole thing has one name, I just swapped this out with gettext('MySite'sName') and that seems to function correctly. zpbase 1.2 theme error - sphoto - 21-11-2022 The error must be related to the option type "OPTION_TYPE_NOTE". When I remove all those arrays in the themeoptions.php it works. Therefore I think the problem is not in zpbase, but in Zenphoto 1.6RC! zpbase 1.2 theme error - acrylian - 21-11-2022
Although zpBootstrap is not the topic here: zpbase 1.2 theme error - acrylian - 21-11-2022
|