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? Link to comment https://forums.phpfreaks.com/topic/67664-solved-include-path/ 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? Link to comment https://forums.phpfreaks.com/topic/67664-solved-include-path/#findComment-339924 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. Link to comment https://forums.phpfreaks.com/topic/67664-solved-include-path/#findComment-339936 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.