• Resolved Gary Stripling

    (@dbmadmin)


    Like many others I am getting errors like this:

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

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

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

    The theme I am using is Integral-Pro. I am unable to reach the owner of the theme, themely.com, for a solution. I read in another thread someone was able to reverse back to a previous version of Redux and that seem to solve the problem.

    I have searched in wp-config for setHelpTab in line 6031 to edit it to set_help_tab per the error. However, I cannot locate setHelpTab.

    Can anyone guide me on how to revert back to a previous version of Redux or offer any other solutions so that I can get my company website back up? TIA!

    The page I need help with: [log in to see the link]

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

    (@kprovance)

    You’ll need to contact the theme author and ask them to update their Redux API. We deprecated it five years ago. It’s time for them to catch up, because those old functions will eventually be removed. If they have questions about it, they can contact us or visit: https://devs.redux.io/guides/other/migration-guide.html

    Deprecation notices are not errors and will not halt execution of the code. You can always switch WP_DEBUG to FALSE in your wp-config, which will stop those notices.

    Good luck.

    Thread Starter Gary Stripling

    (@dbmadmin)

    As I said in the post above themely.com is not responding. Also, I have all ready switched WP-DEBUG to FALSE in wp-config to no avail. I have read the same reply you have given in multiple threads about this issue and was hoping someone had come across a fix that did not involve the theme author.

    Plugin Author Kev Provance

    (@kprovance)

    I posted this thread to the theme author’s WordPress support forum. Hopefully they will act quickly to update their API and solve your issue.

    Plugin Author Kev Provance

    (@kprovance)

    I’m sorry, but there is nothing I can do. It’s not my theme. We don’t support themes that use Redux. You can post an issue here: https://www.ads-software.com/support/theme/integral/

    Thread Starter Gary Stripling

    (@dbmadmin)

    I appreciate your help in posting this in the theme authors forum. Hopefully they will respond soon!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Deprecated: Function Redux Error’ is closed to new replies.