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);
Change this line to false in phpThumb.config.php: $PHPTHUMB_CONFIG['disable_debug'] = true;