2009-02-27 02:32:23 UTC
Hi, fldw,
When registering new users within a new install of FladsClassified 090123, 3 problems were encountered,
1. Captcha image error.
2. Table captcha field captcha_time forbids NULL input.
3. Table captcha field word forbids NULL input.
Workaround:
1. modify .../system/application/config/Fl_my.php: $config['Fl_use_captcha_register'] = FALSE;
2. modify .../sql/fladsclassifieds_1.sql: `captcha_time` int(10) unsigned default '0',
3. modify .../sql/fladsclassifieds_1.sql: `word` varchar(20) default '',
These workarounds work for me. I am not sure if there are unintended side effects. You may like to consider perhaps more fundamental change to the main fladsclassified codebase.
Best Regards,
CK