• Resolved yourbudweiser

    (@yourbudweiser)


    When I access the plugin settings, I get an error message:

    A problem was detected during the loading of the settings

    The request returned the following errors:

    • Response code:?invalid_data
    • Status code:?500
    • Server response:?<p>There has been a critical error on this website.</p>

    Checking the error log:

    [22-Aug-2024 13:26:35 UTC] PHP Fatal error:  Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, function "_return_false" not found or invalid function name in /home/xxxxx/public_html/wp-includes/class-wp-hook.php:324
    Stack trace:
    #0 /home/xxxxx/public_html/wp-includes/plugin.php(205): WP_Hook->apply_filters()
    #1 /home/xxxxx/public_html/wp-content/plugins/really-simple-ssl/security/tests.php(149): apply_filters()
    #2 /home/xxxxx/public_html/wp-content/plugins/really-simple-ssl/security/sync-settings.php(79): rsssl_xmlrpc_enabled()
    #3 /home/xxxxx/public_html/wp-includes/class-wp-hook.php(324): rsssl_disable_fields()
    #4 /home/xxxxx/public_html/wp-includes/plugin.php(205): WP_Hook->apply_filters()
    #5 /home/xxxxx/public_html/wp-content/plugins/really-simple-ssl/settings/config/config.php(33): apply_filters()
    #6 /home/xxxxx/public_html/wp-content/plugins/really-simple-ssl/settings/settings.php(792): rsssl_fields()
    #7 /home/xxxxx/public_html/wp-includes/rest-api/class-wp-rest-server.php(1230): rsssl_rest_api_fields_get()
    #8 /home/xxxxx/public_html/wp-includes/rest-api/class-wp-rest-server.php(1063): WP_REST_Server->respond_to_request()
    #9 /home/xxxxx/public_html/wp-includes/rest-api/class-wp-rest-server.php(439): WP_REST_Server->dispatch()
    #10 /home/xxxxx/public_html/wp-includes/rest-api.php(420): WP_REST_Server->serve_request()
    #11 /home/xxxxx/public_html/wp-includes/class-wp-hook.php(324): rest_api_loaded()
    #12 /home/xxxxx/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
    #13 /home/xxxxx/public_html/wp-includes/plugin.php(565): WP_Hook->do_action()
    #14 /home/xxxxx/public_html/wp-includes/class-wp.php(418): do_action_ref_array()
    #15 /home/xxxxx/public_html/wp-includes/class-wp.php(813): WP->parse_request()
    #16 /home/xxxxx/public_html/wp-includes/functions.php(1336): WP->main()
    #17 /home/xxxxx/public_html/wp-blog-header.php(16): wp()
    #18 /home/xxxxx/public_html/index.php(17): require('/home/xxxxx...')
    #19 {main}
    thrown in /home/xxxxx/public_html/wp-includes/class-wp-hook.php on line 324
Viewing 1 replies (of 1 total)
  • Plugin Author Mark

    (@markwolters)

    Hi @yourbudweiser,

    Really Simple SSL calls the WordPress filter xmlrpc_enabled on the line causing the error. It looks like there might be a plugin incorrectly using the xmlrpc_enabled filter on your site, as _return_false is not a valid value for this filter. It should be either false, or __return_false. Really Simple SSL does not set the _return_false value, so I expect it to be coming from a different plugin. Could you try to temporarily disable other plugins and check if the issue persists?

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal Error Accessing Settings’ is closed to new replies.