Switching on error messages in phpThumb

Claire picture Claire · May 7, 2012 · Viewed 7k times · Source

How so I do this? I looked at phpThumb.php and the following is set, so I don't know why I am getting the error on my demo page

ini_set('display_errors', 1); 
error_reporting(E_ALL); 

Answer

Michael Cook picture Michael Cook · Jul 26, 2012

Change this line to false in phpThumb.config.php: $PHPTHUMB_CONFIG['disable_debug'] = true;