Page 1 of 1

Failed opening required '..index.php' (include_path='.:/usr/share/php...

Posted: Fri Nov 28, 2008 2:25 pm
by tonholis
Hi,

I'm new in CMS Made Simple world... and I tried to install on my Ubuntu Server 8.10 VM, and I receive the error bellow:

Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0.
Fatal Error: Unknown: failed opening required '/var/www/cmsms/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0.


Anyone idea?

Re: Failed opening required '..index.php' (include_path='.:/usr/share/php...

Posted: Fri Nov 28, 2008 2:39 pm
by Dee
tonholis wrote: Permission denied ...failed opening required '/var/www/cmsms/index.php'.
Seems a permission issue, the webserver is not allowed to open the file for inclusion.
Make sure (folder) permissions are set correctly.

Check your apache error log for additional information on what's going wrong.

Regards,
D

Re: Failed opening required '..index.php' (include_path='.:/usr/share/php...

Posted: Fri Nov 28, 2008 2:49 pm
by tonholis
Please, could you explain how to set the required permissions and which folders are?


PS: I'm newbie on linux  :'(