Hi,
I encounter some errors in http error log file after running serweb.
--------------------------------
[Thu Dec 09 16:16:08 2004] [error] [client 218.189.163.22] File does not exist: /home/officehk123.vttsys.com/html/favicon.ico [client 218.189.163.22] PHP Notice: Undefined index: text in /home/officehk123.vttsys.com/phplib/oohforms.inc on line 235, referer: http://officehk123.vttsys.com/ [client 218.189.163.22] PHP Notice: Undefined index: name in /home/officehk123.vttsys.com/phplib/oohforms.inc on line 71, referer: http://officehk123.vttsys.com/ [client 218.189.163.22] PHP Notice: Undefined index: name in /home/officehk123.vttsys.com/phplib/oohforms.inc on line 72, referer: http://officehk123.vttsys.com/ [client 218.189.163.22] PHP Notice: Undefined index: size in /home/officehk123.vttsys.com/phplib/oohforms.inc on line 71, referer: http://officehk123.vttsys.com/ [client 218.189.163.22] PHP Notice: Undefined index: size in /home/officehk123.vttsys.com/phplib/oohforms.inc on line 72, referer: http://officehk123.vttsys.com/ [client 218.189.163.22] PHP Notice: Undefined index: maxlength in /home/officehk123.vttsys.com/phplib/oohforms.inc on line 71, referer: http://officehk123.vttsys.com/ [client 218.189.163.22] PHP Notice: Undefined property: isfile in /home/officehk123.vttsys.com/phplib/oohforms.inc on line 250, referer: http://officehk123.vttsys.com/ [client 218.189.163.22] PHP Notice: Undefined property: hidden in /home/officehk123.vttsys.com/phplib/oohforms.inc on line 253, referer: http://officehk123.vttsys.com/ [client 218.189.163.22] PHP Notice: Undefined index: text in /home/officehk123.vttsys.com/phplib/oohforms.inc on line 235, referer: http://officehk123.vttsys.com/
... ...
(similar error messages occur ..) -------------------------------------- I have no idea with the above error messages.
Could anyone help me? Thank you.
Thomas
Hello, this isn't errors, but only notices. It will be fixed in next version of serweb. For now you can disable reporting of this in php.ini:
error_reporting = E_ALL & ~E_NOTICE
Karel
support wrote:
Hi,
I encounter some errors in http error log file after running serweb.
[Thu Dec 09 16:16:08 2004] [error] [client 218.189.163.22] File does not exist: /home/officehk123.vttsys.com/html/favicon.ico [client 218.189.163.22] PHP Notice: Undefined index: text in /home/officehk123.vttsys.com/phplib/oohforms.inc on line 235, referer: http://officehk123.vttsys.com/ [client 218.189.163.22] PHP Notice: Undefined index: name in /home/officehk123.vttsys.com/phplib/oohforms.inc on line 71, referer: http://officehk123.vttsys.com/ [client 218.189.163.22] PHP Notice: Undefined index: name in /home/officehk123.vttsys.com/phplib/oohforms.inc on line 72, referer: http://officehk123.vttsys.com/ [client 218.189.163.22] PHP Notice: Undefined index: size in /home/officehk123.vttsys.com/phplib/oohforms.inc on line 71, referer: http://officehk123.vttsys.com/ [client 218.189.163.22] PHP Notice: Undefined index: size in /home/officehk123.vttsys.com/phplib/oohforms.inc on line 72, referer: http://officehk123.vttsys.com/ [client 218.189.163.22] PHP Notice: Undefined index: maxlength in /home/officehk123.vttsys.com/phplib/oohforms.inc on line 71, referer: http://officehk123.vttsys.com/ [client 218.189.163.22] PHP Notice: Undefined property: isfile in /home/officehk123.vttsys.com/phplib/oohforms.inc on line 250, referer: http://officehk123.vttsys.com/ [client 218.189.163.22] PHP Notice: Undefined property: hidden in /home/officehk123.vttsys.com/phplib/oohforms.inc on line 253, referer: http://officehk123.vttsys.com/ [client 218.189.163.22] PHP Notice: Undefined index: text in /home/officehk123.vttsys.com/phplib/oohforms.inc on line 235, referer: http://officehk123.vttsys.com/
... ...
(similar error messages occur ..)
I have no idea with the above error messages.
Could anyone help me? Thank you.
Thomas