Error after installing 0.13 when clicking on the menu

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
Lector
Forum Members
Forum Members
Posts: 65
Joined: Tue Aug 16, 2005 2:04 pm

Error after installing 0.13 when clicking on the menu

Post by Lector »

cyberman wrote: Sometimes it could be helpful to add a little bit more informations like server, php and mysql versions to reproduce your error.

In the past I had a similar problem - there comes a problem from vhost configuration  :-\.
I installed version 0.13 without any problems.

http://indisguise.in.funpic.de/cmsmadesimple/

After clicking on the menu the following error occurs:
SecureSSI: Das Script (/usr/export/www/vhosts/funnetwork/hosting/indisguise/cmsmadesimple/index.php) hat versucht ausserhalb von ihrem Userverzeichniss auf die Datei /usr/export/www/vhosts/funnetwork/hosting/indisguise/cmsmadesimple/fileloc.php zuzugreifen.
Dies ist nicht erlaubt!

Warning: main(): Sicherheitsverletzung: in /usr/export/www/vhosts/funnetwork/hosting/indisguise/cmsmadesimple/index.php on line 22

Warning: main(/usr/export/www/vhosts/funnetwork/hosting/indisguise/cmsmadesimple/fileloc.php): failed to open stream: Operation not permitted in /usr/export/www/vhosts/funnetwork/hosting/indisguise/cmsmadesimple/index.php on line 22

Fatal error: main(): Failed opening required '/usr/export/www/vhosts/funnetwork/hosting/indisguise/cmsmadesimple/fileloc.php' (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/indisguise/cmsmadesimple/index.php on line 22
PHP 4.4.2
MySQL 4.0.26

I hope somebody can help me and give me a clue what might be the reason for this error. Thanks in advance!
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am

Re: Error after installing 0.13 when clicking on the menu

Post by Elijah Lofgren »

Not sure why you get the error. You should make sure /usr/export/www/vhosts/funnetwork/hosting/indisguise/cmsmadesimple/fileloc.php exists and if it does try changing the permissions of the file to 755.

A workaround is to diable the pretty URL scheme. If you do that pages will have URLs like this:
http://indisguise.in.funpic.de/cmsmades ... tent_types

To disable pretty URLs:
1. Open config.php
2. Change this line:

Code: Select all

$config['internal_pretty_urls'] = true;
to:

Code: Select all

$config['internal_pretty_urls'] = false;
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
Lector
Forum Members
Forum Members
Posts: 65
Joined: Tue Aug 16, 2005 2:04 pm

Re: Error after installing 0.13 when clicking on the menu

Post by Lector »

Hi Elijah,

Thanks a lot! After doing what you suggested no more error occurs!  :D

No more pretty URLs but therefore a CMS without an error message (hopefully)  ;D
Locked

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