Greg,
You were asking about Notice messages appearing at the start of your
webcals. Have you upgraded PHP on your webserver lately or changed your
php.ini? Check php.ini for the following 2 lines in the error reporting
section. If they are the same, php will print notices and warnings to the
webpage.
error_reporting = E_ALL & ~E_NOTICE
display_errors = Off
Rob Prouse
|