![]() |
|
Crash during new Zenphoto setup - 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: Crash during new Zenphoto setup (/thread-10505.html) |
Crash during new Zenphoto setup - plasticgoat - 2012-10-13 Hello, I'm facing a Internal Server Error when running last Zenphoto version setup. (I also try with the nightly build). The only error I have found on server log is : 18:24:15 [Warning] Invalid (old?) table or database name '#sql2-d8c-af' 18:24:27 [Warning] Invalid (old?) table or database name '#sql2-d8c-af' 18:24:28 [Warning] Invalid (old?) table or database name '#sql2-d8c-af' 18:24:28 [Warning] Invalid (old?) table or database name '#sql2-d8c-af' This seems related to that post : http://www.zenphoto.org/support/topic.php?id=11491 Commenting line 13 in zp-core -> setup -> setup-option-defaults.php comment (require_once(dirname(dirname(__FILE__)).'/'.PLUGIN_FOLDER.'/security-logger.php') did the trick.But what is that line doing ? Is it safe to run Zenphoto without havind that setup line executed ? Info : VPS Server, Debian 6, MySQL 5.5.28 (DotDeb), PHP 5.3.17 (DotDeb) Crash during new Zenphoto setup - acrylian - 2012-10-14 So is the database the right one or not? The security logger creates the security log for example so you see if someone gets in. Other than that I have no idea because I did never encounter this neither locally nor on live servers. |