Thread: PHP guru needed
View Single Post
Old 11-22-2006, 05:45 PM  
kaktusan
Confirmed User
 
kaktusan's Avatar
 
Industry Role:
Join Date: Mar 2003
Location: Pornblogspace.com
Posts: 334
try this:

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

and make sure somewhere down the line in your script you are not turning off the debugging..
kaktusan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote