[Phplib-users] OOHforms floods error_log
Brought to you by:
nhruby,
richardarcher
From: Marko K. <Mar...@mc...> - 2002-09-16 13:04:56
|
Hi, I noticed that oohforms floods my error_log of the apache with Notices like: [Mon Sep 16 14:39:50 2002] [error] PHP Notice: Undefined property: icase in /usr/local/lib/php/of_text.inc on line 98 [Mon Sep 16 14:39:50 2002] [error] PHP Notice: Undefined index: frozen in /usr/local/lib/php/oohforms.inc on line 284 Hundreds of them... It's really a mess. Looks like its implementation is not really clean. I noticed that newer versions of PHP get more picky concerning undefined variables or wrongly defined constants. Or, do I miss a special switch to get rid of all this. But nevertheless it looks not so nice... Would be better to have some possibility to disable this notice messages locally for only the oohform's *.inc files. :) I know the code is working well, but I would like not to see all these notices, since they hide my own error messages... ;) OK, any idea about this? Marko |