Warning: require_once(C:\wamp\www\calendar\lib/../config/config.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\calendar\lib\CmnFns.class.php on line 14
Fatal error: require_once() [function.require]: Failed opening required 'C:\wamp\www\calendar\lib/../config/config.php' (include_path='.;C:\php5\pear') in C:\wamp\www\calendar\lib\CmnFns.class.php on line 14
I am trying to set this up but come up with this error, i am new to this so any help would be great
Steve
No such file or directory
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
This thread was split from viewtopic.php?t=70513
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
It means that the file doesn't exist. You sure that's the correct path? PHP wouldn't lie to you.sensiblepcs wrote:Warning: require_once(C:\wamp\www\calendar\lib/../config/config.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\calendar\lib\CmnFns.class.php on line 14
Fatal error: require_once() [function.require]: Failed opening required 'C:\wamp\www\calendar\lib/../config/config.php' (include_path='.;C:\php5\pear') in C:\wamp\www\calendar\lib\CmnFns.class.php on line 14