• Resolved silu44

    (@silu44)


    When you change the settings and save them, there is no change in (Your progress .).
     )
    
    And using the Query monitor it gives 12 errors in database as follows
     
    UPDATE <code>te_options</code>
    SET <code>option_value</code> = 'a:7:{i:0;s:25:\"Upgrade Insecure Requests\";i:1;s:16:\"X-XSS protection\";i:2;s:22:\"X-Content Type Options\";i:3;s:15:\"Referrer-Policy\";i:4;s:15:\"X-Frame-Options\";i:5;s:18:\"Permissions-Policy\";i:6;s:30:\"HTTP Strict Transport Security\";}'
    WHERE <code>option_name</code> = '_transient_rsssl_can_use_curl_headers_check'
    
    SHOW FULL COLUMNS
    FROM <code>te_options</code>
    add_option()
    Plugin: really-simple-ssl
    SELECT option_value
    FROM te_options
    WHERE option_name = 'rsssl_ssl_detected_dismissed'
    LIMIT 1
    add_option()
    Plugin: really-simple-ssl
    SELECT option_value
    FROM te_options
    WHERE option_name = 'rsssl_can_use_shell_dismissed'
    LIMIT 1
    add_option()
    Plugin: really-simple-ssl
    SELECT autoload
    FROM te_options
    WHERE option_name = '_transient_rsssl_admin_notices'
    add_option()
    Plugin: really-simple-ssl
    SELECT autoload
    FROM te_options
    WHERE option_name = '_transient_rsssl_admin_notices'
    add_option()
    Plugin: really-simple-ssl
    SELECT autoload
    FROM te_options
    WHERE option_name = '_transient_rsssl_admin_notices'
    add_option()
    Plugin: really-simple-ssl
    SELECT option_value
    FROM te_options
    WHERE option_name = 'rsssl_ssl_detection_overridden'
    LIMIT 1
    add_option()
    Plugin: really-simple-ssl
    SELECT autoload
    FROM te_options
    WHERE option_name = '_transient_rsssl_admin_notices'
    add_option()
    Plugin: really-simple-ssl
    SELECT autoload
    FROM te_options
    WHERE option_name = '_transient_rsssl_admin_notices'
    add_option()
    Plugin: really-simple-ssl
    SELECT autoload
    FROM te_options
    WHERE option_name = '_transient_rsssl_admin_notices'
    add_option()
    Plugin: really-simple-ssl
    SELECT autoload
    FROM te_options
    WHERE option_name = '_transient_rsssl_admin_notices'
    add_option()
    Plugin: really-simple-ssl
    SELECT autoload
    FROM te_options
    WHERE option_name = '_transient_rsssl_admin_notices'
    add_option()
    Plugin: really-simple-ssl
    • This topic was modified 3 years, 10 months ago by silu44.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    I see some select statements, but no error in the above. Are there any errors mentioned?

    Plugin Author Mark

    (@markwolters)

    Hi @silu44,

    did you manage to get any more information about the above issue?

    Thread Starter silu44

    (@silu44)

    On hosting i use a certificate from Lets Encrypt , and the site is connected to Cloudflare, a paid subscription, which appears in the Really Simple SSL (Cloudflare Certificate)

    The error still appear on query monitor

    Plugin Author Mark

    (@markwolters)

    Hi @silu44,

    the things you are seeing in Query Monitor are the queries Really Simple SSL makes. For example, some dashboard notices are cached which are then retrieved from a transient. There do not seems to be any errors in your log, this can be considered normal behaviour.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Your progress does not change and a database error appears’ is closed to new replies.