Thread: Problem
View Single Post
04-18-2011, 01:27 PM   #4
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
Probably in your /etc/php.ini file or if using windows, wherever php.ini is stored there.

You need to make sure the display_errors variable is set to off:

Code:
display_errors = Off
Jeff is offline   Reply With Quote