Posted by william.clarke on 11/07/06 22:09
Those are just Notices about undefined variables, if you don't want to
go over the script and you don't want to see them just change your
error reporting level to E_ALL & ~E_NOTICE in your PHP.ini file (or
just for the script in question).
Personally I'd try to fix the variables in question but that is up to
the individual developer as they are not critical errors or faults.
Navigation:
[Reply to this message]
|