Home Forums WoodMart support forum Errors noticed in Cpanel Reply To: Errors noticed in Cpanel

#107922

jcbdesign
Participant

is there any way to suppress the warnings?
I’ve tried:
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);
in the wp-config, but no effect

Cheers