Page 1 of 1

Posted: Fri Aug 10, 2007 8:38 am
by sensiblepcs
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

Posted: Sun Aug 12, 2007 5:47 am
by feyd
This thread was split from viewtopic.php?t=70513

Posted: Sun Aug 12, 2007 6:18 am
by kaszu
File "C:\wamp\www\calendar\lib/../config/config.php" doesn't exist.
I think this path translates into "C:/wamp/www/calendar/config/config.php"

Posted: Sun Aug 12, 2007 8:45 am
by superdezign
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
It means that the file doesn't exist. You sure that's the correct path? PHP wouldn't lie to you. :P