- Edited
I'm getting the following error while trying to run a CMS app.
'Fatal error: require_once(): Failed opening required 'H:/Apache2/htdocs/....funcs.php' (include_path='\**xampp\php\PEAR**')
'
I've seen the same basic question floating around, but it wasn't addressed as I'd have expected. My first thought was it has something to do with the path to PEAR. in my case, my XAMPP install doesn't have pear installed. i encountered this before and ran into trouble installing PEAR and never came back to it. I used to always run Apache as a service, so XAMPP is a little different than i'm used to the way I have my directory structure setup...
Any feedback is appreciated. Thank you.