I too got the same SQL errors as was reported by a few folks in this thread.. My host is running MySQL 4.0, and I don't know if that is what the difference is or if this is just a syntax error in the contribution's script.. (I'll admit I only know enough SQL to be dangerous..) That said, the above fix did not work for me.. Here is the SQL that did work..
Find:
'zen_cfg_select_option(array(\'true\', \'false\'), ', now());
Replace with:
'zen_cfg_select_option(array('true', 'false'),' now());
HTH..
Bookmarks