[ad_1]
You need to ask your hosting provider about this, the error states that the function “error_log” is not defined, however, this is a standard php function. Your hosting provider may be using some kind of special configuration, so they would be able to address this problem.
Hi Xnau, thanks for your quick reply. Enabling “error_log” solved the issue.
By the way I received the following while activating the plugin (doesn’t seem to impact the functionality of the plugin at the moment):
Deprecated: Automatic conversion of false to array is deprecated in /home/users/FOLDER/www/wp-content/plugins/participants-database/classes/PDb_Debug.php on line 402
Deprecated: Automatic conversion of false to array is deprecated in /home/users/FOLDER/www/wp-content/plugins/participants-database/classes/PDb_Settings.php on line 1710
Deprecated: Automatic conversion of false to array is deprecated in /home/users/FOLDER/www/wp-content/plugins/participants-database/classes/PDb_Settings.php on line 1707
Thanks for the additional information, this is a php 8.2 thing, just a note to programmers that something is going to change in the future. I’ll write that up to be addressed.
