• Resolved Ramzii

    (@ramzii)


    I’m also having an issue after updating:

    Page: /settings/global
    
    Error: Error: Invalid schema: null
    at Ht (https://www.xxx.nl/wp-content/plugins/better-wp-security/dist/2704.js?ver=0d44df06d2c6a2c0f5fd:1:50147)
    at t.value (https://www.xxx.nl/wp-content/plugins/better-wp-security/dist/2704.js?ver=0d44df06d2c6a2c0f5fd:1:64067)
    at t.value (https://www.xxx.nl/wp-content/plugins/better-wp-security/dist/2704.js?ver=0d44df06d2c6a2c0f5fd:1:63643)
    at ut (https://www.xxx.nl/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:39744)
    at yr (https://www.xxx.nl/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:58224)
    at js (https://www.xxx.nl/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:121535)
    at wl (https://www.xxx.nl/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:88659)
    at bl (https://www.xxx.nl/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:88587)
    at yl (https://www.xxx.nl/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:88450)
    at fl (https://www.xxx.nl/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:85607)
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support chandelierrr

    (@shanedelierrr)

    Hi?@ramzii, happy to help!

    Can you please clear all cache in this manner: server cache -> CDN cache (if you use it) -> plugin cache -> browser cache, and see if the issue resolves?

    If it persists, please enable?WP Debug?to check for any recent plugin-related errors inside the?debug.log?file, and pass them here. Here’s the code snippet to add to the?wp-config.php?file:

    // Turn debugging on
    define('WP_DEBUG', true);
    
    // Tell WordPress to log everything to /wp-content/debug.log
    define('WP_DEBUG_LOG', true);
    
    // Turn off the display of error messages on your site
    define('WP_DEBUG_DISPLAY', false);
    
    // Hide general PHP errors 
    @ini_set('display_errors', 0);

    Please also check your Site Health Info in WP Admin > Tools > Site Health > Status for any errors related to Solid Security or REST API and send them here.

    Looking forward to your feedback.

    Plugin Support chandelierrr

    (@shanedelierrr)

    Hi there,

    Circling back here to see if you still need help. Tracking notifications on this forum can become tricky over time, and since we haven’t received a response, I’ll mark this post resolved.

    If you still require further assistance, feel free to open a new support topic, and we’d be happy to assist.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unexpected error after updating’ is closed to new replies.