Ewan
8th of April 2004 (Thu), 06:17
I've installed RC4 over RC2 without any problems except that I'm getting PHP notices on my index page for a php file that is included from the index. I did not get these before the update.
eg:
Notice: Use of undefined constant z - assumed 'z' in /nfs/home/oaktre2/public_html/sun.php on line 8
Line 8 is:
$today = date(z);
Is there a way to suppress these notices?
Please note: in the meantime I've stopped the file being called as some of the notices show my database login details.
eg:
Notice: Use of undefined constant z - assumed 'z' in /nfs/home/oaktre2/public_html/sun.php on line 8
Line 8 is:
$today = date(z);
Is there a way to suppress these notices?
Please note: in the meantime I've stopped the file being called as some of the notices show my database login details.