[Resolved] Notice: Use of undefined constant ???

admin

Administrator
Staff member
I just installed latest PHP, Zend, and MySQL on Windows XP Proffesional. The register_globals are on. When I try to run quiry from a database I get the following error (example):

Notice: Use of undefined constant FILENAME_INFO_PRODUCT - assumed 'FILENAME_INFO_PRODUCT' in /home/bin905/config/header.php on line 4

Notice: Use of undefined constant DIR_INCLUDES - assumed 'DIR_INCLUDES' in /home/bin905/config/header.php on line 4

etc.

Before, when I was running PHP Version 4.2.1 and MySQL 3.23.49 everything was fine. I am pretty sure that this is a setting issue. Does anybody know how to fix this? :confused:
 
Top