slowgin wrote:I'm sorry if this is the wrong place for the question
I was implying that if PHP was having trouble loading the data or something of that nature, then it would be generating error messages and you should be able to tell us that PHP is to blame, not the other way around.
slowgin wrote:Yes I do have error_reporting set to E_ALL - NO errors.
Okay, but since the images are loaded via PHP scripts, then you wouldn't be able to see the errors related to those scripts even if you had display_errors on (unless you tried to load those scripts directly rather than the main page).
That's why I asked if you had error logging enabled. If you still claim that you have 'NO errors', then why does this URL result in the popular 500 error page:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
? :p