![]() |
|
upgrade error - 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 error (/thread-11380.html) |
upgrade error - lainyrache - 2013-09-30 Hello I do have a small problem in admin though. Theme options at the very bottom of the page ( homepage field, see error below) Fatal error: MySQLi Error: ( SELECT titlelink FROM many thanks for any guidance. upgrade error - acrylian - 2013-09-30 If something is not displayed right that can have several reasons, missing files, corrupte upload or permissions. So the look into the error logs is always the first to do. Long discussion here about the MySQLi issue: http://www.zenphoto.org/support/topic.php?id=141039 upgrade error - sbillard - 2013-09-30 This is neither a corrupt upload nor the MySQLi issue. It is an error from an incorrect table name in a query statement. Maybe in a custom theme or third party plugin. There is no such table If you set the release to a "debug" release with the mark-release plugin you should get a full stack trace of the error. That will give you the source of the problem. upgrade error - acrylian - 2013-09-30 Ah, I missed that table name. Actually that was indeed the name of the table in the early times of the Zenpage plugin which was around 1.2.x. upgrade error - lainyrache - 2013-10-01 hello |