PHP errors when Debug enabled
-
I’m not sure i’m having the same exact error for the same cause, but when i enable PHP debug ALL on my wp_config i get a few warning and notice :
backend :
Notice: Undefined index: search_field in /home/ttip/stop-ttip-ceta-tisa.eu/wp-content/plugins/participants-database/classes/PDb_List_Admin.class.php on line 885
Notice: Undefined index: search_op in /home/ttip/stop-ttip-ceta-tisa.eu/wp-content/plugins/participants-database/classes/PDb_List_Admin.class.php on line 885
Notice: Undefined index: sort_by in wp-content/plugins/participants-database/classes/PDb_List_Admin.class.php on line 885
Notice: Undefined index: sort_order in /wp-content/plugins/participants-database/classes/PDb_List_Admin.class.php on line 885
frontend : (making this page not able to load at all in fact)
Notice: Trying to get property of non-object in wp-content/plugins/participants-database/participants-database.php on line 2940
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/participants-database/participants-database.php:2940) in /wp-includes/pluggable.php on line 1121
can you help me pin point the issue here ?
latest version of wp
Avada
PHP 5.4
The topic ‘PHP errors when Debug enabled’ is closed to new replies.