Page 1 of 1

Fatal error...

Posted: Mon May 08, 2006 9:19 pm
by Phaedrus
Hello!

I am a new user from Holland - aka The Netherlands - and I've just installed CMSMS 0.13 beta 2 on a webserver. Installation went very smoothly and CMSMS seems to be working OK. At the front end however I get this nasty fatal error when I try to connect to the site:


Fatal error: main(): Failed opening required '/home/kiskadee.nl/public_html/fileloc.php' (include_path='.:/usr/share/php:/usr/lib/php4/pear') in /home/kiskadee.nl/public_html/index.php on line 22


fileloc.php looks like this:
define("CONFIG_FILE_LOCATION", dirname(__FILE__).'/config.php');
define("TMP_CACHE_LOCATION", dirname(__FILE__).'/tmp/cache');
define("TMP_TEMPLATES_C_LOCATION", dirname(__FILE__).'/tmp/templates_c');

and line 22 of index.php looks like this:
require_once($dirname.'/fileloc.php');

My root directory is public_html and CMSMS is installed in public_html/cmsmadesimple.

Unfortunately I don't know that much about php and the configuration of PHP and/or Apache. I can't figure out what's going wrong right now... Any help would be appreciated!

Thanks in advance!

Phaedrus

Re: Fatal error...

Posted: Mon May 08, 2006 10:01 pm
by Ted
Does the webserver have permission to read fileloc.php?  What are the permissions on that file?