I transferred a site to another server and I'm getting this error and I can not find the solution.
I have a configure.php file which as a list of DEFINE() functions. For example;
define('TEST', 'This is a test');
Then on my homepage, the first line on the page includes the configure.php. On the home page, if I do
echo TEST;
I get this error
PHP Notice: Use of undefined constant TEST - assumed 'TEST'
I do not understand this. I have access to the php.ini file, but I can not see anything wrong. Here is the phpinfo()
http://www.vicsnatural.net/test.php
Does anyone have any ideas? I know it has to do with a setting, I'm just not sure which. Thank you for any help!