We are currently doing a completely new install of Zenphoto version 1.4.
The "setup.php" comes up nicely reporting everything is fine. It is asking for our information about the database configuration. Which we then enter. When the screen comes back we get the following error:
------------------------------------
Zenphoto encountered an error
MySQL Query ( SELECT `value` FROM `zp_options` WHERE `name`='magick_mem_lim' AND `ownerid`=0 ) failed. MySQL returned the error Table 'ab8411_photos.zp_options' doesn't exist
Backtrace:
-> query (functions-db-MySQL.php [90])
-> query_single_row (functions-basic.php [240])
-> setOption (lib-Imagick.php [50])
-> lib_Imagick_Options->__construct (lib-Imagick.php [26])
-> require_once (functions-basic.php [90])
-> require_once (functions.php [18])
-> require_once (admin-functions.php [9])
-> require_once (setup.php [217])
------------------------------------
We have tried to manually edit the configuration file before running setup. When we do this we get right to here.
The database is empty there are no tables in it. So it is odd the script appears to be querying a table BEFORE the database has been setup.
Any ideas on what we are doing wrong here. Or if someone has the SQL commands to populate the tables perhaps we could do that prior to running setup.
Thanks in advance for your prompt response.
Comments
thanks,
Rick