I have this and other errors in my apache errors_log file, and I know how to make it stop showing in my errors (php.ini setting), but I don't know why it's showing up as an error at all.
[Mon Sep 9 23:03:45 2002] [error] PHP Notice: Undefined variable: USER_PROFILE in .../search/simple.php on line 919
Why is a userdefined variable (programatically defined) Undefined? I know it's not a variable built into PHP, but the code works fine, and the variable inside of the coding works fine, so then why is PHP bocking about it?
BTW, I've just installed PHP 4.2.2 with apache 1.3.26
Thanks
John