Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Kev Provance

    (@kprovance)

    We’ll need you to specify the specific error message in the PHP error log so we can determine if the issue is with the theme or Redux.

    since the plugin got auto-updated to 4.3.15.

    I’m having the same issue tones of error messages, depreciated functions

    Deprecated: Function Redux::setHelpTab is deprecated since version Redux 4.3! Use Redux::set_help_tab( $opt_name, $tab ) instead. in /public_html/wp-includes/functions.php on line 5379

    Deprecated: Function Redux::setHelpSidebar is deprecated since version Redux 4.3! Use Redux::set_help_sidebar( $opt_name, $content ) instead. in /public_html/wp-includes/functions.php on line 5379

    Plugin Author Kev Provance

    (@kprovance)

    @justwebsupport, in the future, please begin your own ticket. I’d prefer to hot handle multiple issues in a single thread. Thanks.

    These are notices, not errors, and will not affect the operation of the website.

    Those are Redux API we deprecated over four years ago. I added those notices so devs will wean off them. It’s recommended theme authors update their code. If they are unsure of how to do this, even though the replacement API is indicated in the notice, they can contact us.

    Plugin Author Kev Provance

    (@kprovance)

    @akhs187, I looked at the page you indicated. This issue seems to come from clicking the search icon, which sends a malformed search query to the web browser and thus responsible for the malformed page. That isn’t a Redux issue, that’s a theme issue for which you’ll need to contact the theme author for support.

    Good luck.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Crash my website’ is closed to new replies.