mhsohail Posted June 1, 2007 Share Posted June 1, 2007 hi i am new member of this forum and i need ur help plz, i am running win Xp , using PHPTriad for running website on my system. i place the project in htdocs and try to run it on local host but it give me error and i am not get success to solve this problem can u guys help in this , that how can i solve this problem thx in adv. I'll show u the error which is coming Warning: Failed opening 'c:/apache/htdocs/includes/config.inc.php' for inclusion (include_path='.;c:\apache\php\pear') in c:\apache\htdocs\ielts4u\index.php on line 3 Warning: Failed opening 'INCLUDE_DIRheader.php' for inclusion (include_path='.;c:\apache\php\pear') in c:\apache\htdocs\ielts4u\index.php on line 39 Warning: Failed opening 'INCLUDE_DIRleftmenu.php' for inclusion (include_path='.;c:\apache\php\pear') in c:\apache\htdocs\ielts4u\index.php on line 46 u can send me ur kind reply to my email as well. [email protected] Quote Link to comment https://forums.phpfreaks.com/topic/53847-need-help/ Share on other sites More sharing options...
thedarkwinter Posted June 1, 2007 Share Posted June 1, 2007 hi can you post the "include" lines in index.php? cheers, tdw Quote Link to comment https://forums.phpfreaks.com/topic/53847-need-help/#findComment-266191 Share on other sites More sharing options...
mhsohail Posted June 1, 2007 Author Share Posted June 1, 2007 here is the include lines <? session_start(); include ($HTTP_SERVER_VARS['DOCUMENT_ROOT']."/includes/config.inc.php"); ?> Quote Link to comment https://forums.phpfreaks.com/topic/53847-need-help/#findComment-266227 Share on other sites More sharing options...
wildteen88 Posted June 1, 2007 Share Posted June 1, 2007 Is that all the code? Also could you post the contents of config.inc.php too. Make sure you use the tags when you post your code. Quote Link to comment https://forums.phpfreaks.com/topic/53847-need-help/#findComment-266378 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.