Page 1 of 1

PHP Notice: Use of undefined constant SERVER_NAME

Posted: Thu Jan 03, 2013 6:00 am
by clinterman
My php_error.log file is full of PHP Notice: Use of undefined constant SERVER_NAME and other constants.
Is it possible in the next release to replace $base_host = $_SERVER[SERVER_NAME]; with $base_host = $_SERVER['SERVER_NAME']; so that these notifications will no longer appear?

Re: PHP Notice: Use of undefined constant SERVER_NAME

Posted: Thu Jan 03, 2013 11:15 pm
by admin
no worries