Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sites with ASP and PHP on the same server (part2)

Status
Not open for further replies.

jsoares2004

Programmer
Joined
Jul 16, 2004
Messages
5
Location
PT
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top