just starting off. From plane ol'e 1.0.8 to this community build, after running upgrade.php then clicking on view gallery I get a MYSQL error
Zenphoto Error
MySQL Query ( INSERT INTO `204svnzp_options` (`name`, `value`, `description`, `bool`) VALUES ('spam_filter', 'none', '', ''); ) Failed. Error: Out of range value adjusted for column 'bool' at row 1
Then if I fix this using phpmyadmin, the next error I get is
Zenphoto Error
MySQL Query ( INSERT INTO `204svnzp_options` (`name`, `value`, `description`, `bool`) VALUES ('Theme_colors', 'light', 'Set the colors of the theme (green, blue, earth)', ''); ) Failed. Error: Out of range value adjusted for column 'bool' at row 1
Either way.. I can still get past both of those..
I can get to the options page and I chose spam filter: akismet. I was click happy and hit save without entering in my API key. Now my options page stops at Spam Filter and I cant even enter it and the admin page says
Zenphoto Error
MySQL Query ( INSERT INTO `204svnzp_options` (`name`, `value`, `description`, `bool`) VALUES ('Akismet_key', '', 'Proper operation requires an Akismet key obtained by signing up for a Wordpress.com account.', ''); ) Failed. Error: Out of range value adjusted for column 'bool' at row 1
Ill keep playin with it and see if I can find any more.