My host has updated the server software i.e. php etc and now my Toolset site is broken..when I go to the home page (hidden link) I get the message:
Deprecated: Function create_function() is deprecated in /home/legacy/public_html/wp-content/plugins/cpaddons-site-software.php on line 31
Deprecated: Function create_function() is deprecated in /home/legacy/public_html/wp-content/plugins/cpaddons-site-software.php on line 32
When I try to login to my dashboard I get the same message...Please help
Best regards
Geoff
Jamal
Supporter
Languages:
English (English )
French (Français )
Timezone:
Africa/Casablanca (GMT+00:00)
Hello and thank you for contacting the Toolset support.
Indeed the create_function has been deprecated since PHP 7.2 as you can see here hidden link
All calls to create_function should be modified to use anonymous functions instead.
Please note that this is not coming from the Toolset plugins, the issue happens inside of the "cpaddons-site-software" plugin.
In fact, if you disable this plugin, I am pretty sure, these messages won't appear anymore.
So, I'll suggest that you reach to the authors of the plugin for assistance. There is nothing we can do from our side.
Cheers.
My issue is resolved now. Thank you!