Liquid Fire Posted September 2, 2007 Share Posted September 2, 2007 I am getting a error saying: Fatal error: require_once() [function.require]: Failed opening required 'api/index.php' (include_path='C:\root\;C:\root\kaizen\') in C:\root\kaizen\api\ajax\php\team_info.php on line 2 and there is a folder called api with a file called config.php in the c:\root\kaizen\. this is how i have the include_path: include_path = "C:\root\;C:\root\kaizen\" I am running this on a localhost on window XP, anyone see anything wrong here? Quote Link to comment Share on other sites More sharing options...
trq Posted September 2, 2007 Share Posted September 2, 2007 The error says you are trying to include api/index.php yet you make no mention of this file being within the api directory. Is it? Quote Link to comment Share on other sites More sharing options...
Liquid Fire Posted September 2, 2007 Author Share Posted September 2, 2007 it was a issue with my include path but i fixed it, thanks anyways. Quote Link to comment 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.