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);
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The PHP error reporting and the error messages you see writing about inside the image are two different things and those settings are therefore not related.
Edit: phpThumb() has the following error configuration:
Source: http://phpthumb.sourceforge.net/index.php?source=phpThumb.config.php