joshuaagu Posted June 20, 2016 Share Posted June 20, 2016 Compile Error: require_once(): Failed opening required 'C:\xampp\htdocs/site/templates/includes/functions.inc' (include_path='.;C:\xampp\php\PEAR') (line 7 of C:\xampp\htdocs\d\site\templates\includes\head.inc) Link to comment Share on other sites More sharing options...
louisstephens Posted June 20, 2016 Share Posted June 20, 2016 2 hours ago, joshuaagu said: Compile Error: require_once(): Failed opening required 'C:\xampp\htdocs/site/templates/includes/functions.inc' (include_path='.;C:\xampp\php\PEAR') (line 7 of C:\xampp\htdocs\d\site\templates\includes\head.inc) Could you possibly give us a little bit more information on how your templates are set up etc? 1 Link to comment Share on other sites More sharing options...
qtguru Posted June 20, 2016 Share Posted June 20, 2016 C:\xampp\htdocs/site/templates/includes/functions.inc The path seems weird is this valid on Windows ? I use a Unix machine so can't say Link to comment Share on other sites More sharing options...
Klenkes Posted June 21, 2016 Share Posted June 21, 2016 I work on Windows too and my paths all show with backslashes: Compile Error: require_once(): Failed opening required 'xxx.php' (include_path='.;d:\projekte\test\') (line 40 of D:\Projekte\processwire.kopfleere\www\site\templates\_head.php) But I don't know about xampp... anyway... Failed opening says that either the file doesn't exist or the path is wrong or invalid maybe due to a htaccess directive? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now