On Feb 7, 2008 11:51 AM, till <[EMAIL PROTECTED]> wrote: > > If you have no access to your php.ini, check various logs (syslog, > etc.) for PHP errors. > > Cheers, > Till >
Slight correction / addition. If you do not have access to php.ini use:
error_reporting(E_ALL);
ini_set('display_errors', true);
Place that above ALL your code, before you even do one include.
--
Philip
[EMAIL PROTECTED]
http://www.gpcentre.net/
