• Resolved sjreyes1

    (@sjreyes1)


    Hey everyone!
    This error recently came up when I was checking my sitehealth. Website seems to be running fine at the moment but this seems like an important error that might effect the future health of my website.

    I am currently running the Contempo Theme RealEstate7, using the latest version of WordPress and PHP.

    Cheers to anyone that can help with the matter.

    Error Details
    =============
    An error of type E_ERROR was caused in line 391 of the file /srv/htdocs/wp-content/plugins/redux-framework/redux-core/class-redux-core.php. Error message: Uncaught Error: Call to private Browser::__construct() from context ‘Redux_Core’ in /srv/htdocs/wp-content/plugins/redux-framework/redux-core/class-redux-core.php:391
    Stack trace:
    #0 /wordpress/core/5.8.1/wp-includes/class-wp-hook.php(303): Redux_Core->add_debug_info(Array)
    #1 /wordpress/core/5.8.1/wp-includes/plugin.php(189): WP_Hook->apply_filters(Array, Array)
    #2 /wordpress/core/5.8.1/wp-admin/includes/class-wp-debug-data.php(1442): apply_filters(‘debug_informati…’, Array)
    #3 /wordpress/core/5.8.1/wp-admin/site-health-info.php(32): WP_Debug_Data::debug_data()
    #4 /wordpress/core/5.8.1/wp-admin/includes/class-wp-site-health.php(66): require_once(‘/wordpress/core…’)
    #5 /wordpress/core/5.8.1/wp-includes/class-wp-hook.php(303): WP_Site_Health->show_site_health_tab(‘debug’)
    #6 /wordpress/core/5.8.1/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(”, Array)
    #7 /wordpress/core/5.8.1/wp-includes/plugin.php(470): WP_Hook->do_action(Array)
    #8 /wordpress/core/5.8.1/wp-admin/site-health.php(189): do_action(‘site_health_tab…’, ‘debug’)
    #9 {main}
    thrown

    • This topic was modified 4 years, 5 months ago by sjreyes1.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kev Provance

    (@kprovance)

    I am unable to replicate this. Could you indicate version numbers, specifically Redux and PHP?

    Plugin Author Kev Provance

    (@kprovance)

    I think I got it figured out. Another plugin or theme is using the Browser class, an older version in which the construct is marked private. That version of Browser is loading before Redux and Redux cannot interface with it because of that incompatibility.

    I’ll update our code to use a prefixed Browser class so this isn’t an issue in the future.

    If you need a fixed version of Redux now, we have a beta available in our repository: https://github.com/reduxframework/redux-framework

    • This reply was modified 4 years, 5 months ago by Kev Provance.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Critical Error this Website Error’ is closed to new replies.