e33basketball Posted March 15, 2006 Share Posted March 15, 2006 Hi,I have a question about includes path. I'm having trouble... anytime that I try to include a file that isnt in the same folder as itself... i get this error:Warning: include() [function.include]: Failed opening 'inc/current.php' for inclusion (include_path='.;C:\server\xampp\php\pear\') in C:\server\xampp\htdocs\account\index.php on line 38Is this something I can change in my INI folder?Thanks,Erik Link to comment https://forums.phpfreaks.com/topic/5046-includes-path/ Share on other sites More sharing options...
trq Posted March 15, 2006 Share Posted March 15, 2006 You can add to your include_path in your .ini file. But you shouldn't really need to. Maybe your inc/ directory doesn't have read permissions set properly. Link to comment https://forums.phpfreaks.com/topic/5046-includes-path/#findComment-17878 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.