Donate Share

FladsClassifieds

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Error registering new user

You are viewing a single message from this topic. View all messages.

  1. 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
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.