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=11491Commenting 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)
Comments
Other than that I have no idea because I did never encounter this neither locally nor on live servers.