What on earth do you do whenever you use
error_reporting(E_ALL);
And absolutely NOTHING reports? No warnings, notices, errors, nothing! And no HTML output, no output of any kind ever generates?
I've never seen this one in my life!
Thanx Phil
Try .htaccess instead of that.
--FrosT
Could you please elaborate? This is a portable web application that is rumored to be housed on a Windows platform where .htaccess might not be that useful.
Phil
modify php.ini display_errors if you have access to php.ini
.htacces only works with Apache. If it is running IIS than .htaccess will not work. I do not know how to get it to work on IIS.
For .htaccess help google htaccess or http://apache.org
Your perfectly capable of doing that I would hope.