shapo

Anonymous
Fatal error: Failed opening required 'lib-common.php' (include_path='.;C:/phpdev/php/includes;C:/phpdev/php/class') in c:phpdevwwwgeeklog-1.3.7rc1index.php on line 47 hrrrmm that error comes up who can help me cause i am n00bed

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073

Well, does the file lib-common.php exist (in the same directory where your index.php resides)? This doesn't seem to be a problem with path settings - either your index.php is in the wrong directory or the lib-common.php is missing.

Also, you shouldn't install Geeklog 1.3.7rc1 - that is a beta version. You want Geeklog 1.3.7-1.

bye, Dirk


Status: offline

ndarlow

Forum User
Junior
Registered: 06/30/02
Posts: 31
I would suggest checking your $_CONF['PATH'] setting in config.php. This should be an absolute path with a trailing forward-slash. Looking at your error message the path to index.php looks like it's being interpreted as relative (no forward-slash after cSmile and there might not be a trailing forward-slash at the end. Regards, Neil Darlow M.Sc.