Fatal error...

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Phaedrus

Fatal error...

Post 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
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: Fatal error...

Post by Ted »

Does the webserver have permission to read fileloc.php?  What are the permissions on that file?
Locked

Return to “[locked] Installation, Setup and Upgrade”