jsoares2004
Programmer
i'm transferring the PHP Site to a windows 2003 server with php module and it has occured an error.
i have a file with:
require_once "slot_config.inc.php";
require_once $slot['depth']."config/config.inc.php";
require_once LIB_DIR."DB.php";
the error is on DB.php that says that LIB_DIR. is not defined.
The questtion is: How cannot be defined if the file itselef (DB.php) was called using that constant.
I have also printed the value of the constant, and it was defined.
Thanks
i have a file with:
require_once "slot_config.inc.php";
require_once $slot['depth']."config/config.inc.php";
require_once LIB_DIR."DB.php";
the error is on DB.php that says that LIB_DIR. is not defined.
The questtion is: How cannot be defined if the file itselef (DB.php) was called using that constant.
I have also printed the value of the constant, and it was defined.
Thanks