Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same

    NOTICE: PHP message: WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ADD COLUMN cCaptchaStyle varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci' at line 6 for query ALTER TABLE wp_sib_model_forms
    ADD COLUMN selectCaptchaType int(1) NOT NULL DEFAULT 0 After gCaptcha_site,
    ADD COLUMN cCaptchaType int(1) NOT NULL DEFAULT 0 After selectCaptchaType,
    ADD COLUMN cCaptcha_secret varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci AFTER selectCaptchaType,
    ADD COLUMN cCaptcha_site varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci AFTER cCaptcha_secret;
    ADD COLUMN cCaptchaStyle varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci AFTER cCaptcha_site;
    made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/mailin/sendinblue.php'), do_action('sendinblue_init'), WP_Hook->do_action, WP_Hook->apply_filters, sendinblue_init, SIB_Manager->__construct, SIB_Forms::createTable

    sendinblue.php line 687

    $formData['html'] = str_replace(
                            'class="sib-default-btn"',
                            'class="sib-default-btn" id="invisible"',
                            $formData['html']
                        );

    if you change your classes this code will not work, very bad design

    a workaround is to add

    id="invisible"

    to the submit button

    <input type="submit" class="sib-default-btn button-default fusion-button-default-size fusion-button-span-yes" id="invisible" value="Subscribe">
Viewing 2 replies - 1 through 2 (of 2 total)