I'm trying to installe zenphoto but I get the following errror if I call the setup script.
The tables are not create but the setup script should do it. I don't understand why. Do you have an idea?
Zenphoto Error
MySQL Query ( SELECT `name`, `value` FROM `options` ) Failed. Error: Table 'web17_db1.options' doesn't exist
It looks like your zenphoto tables haven't been created. You may need to run the setup script.
Comments
Sorry for the inconvenience.
If you want to work around it yourself, you need to create the 'options' table on your mysql database using phpMyAdmin or similar.
Then, add the following line to zp-config.php:
`$conf['server_protocol'] = 'http';`
Or just wait a very short while for 1.1.2, where we've fixed it. Sorry again for the inconvenience.