How to stop PHP warnings written into ‘tmp’ folder
-
We are using Linux server. Here folders like here are created and and warnings are written in those.
We included following setting. But still warnings are written into these.
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);Please suggest how to fix.
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to stop PHP warnings written into ‘tmp’ folder’ is closed to new replies.