Page 1 of 1

0.13 / Fatal Error + Wrong Files Permission

Posted: Fri Aug 11, 2006 2:35 pm
by URAN
Uploaded files of CMS MS 0.13 to my server.

The first bug was files and folders permissions - 600 and 700, exept of 644 and 755. I edit permisions manually. Then, when I tried to run installation, I saw page of Step 1, then there was an error:
Warning: main(/home2/tepigra/public_html/fit/cms/lib/smarty/Smarty.class.php): failed to open stream: Permission denied in /home2/tepigra/public_html/fit/cms/include.php on line 108

Fatal error: main(): Failed opening required '/home2/tepigra/public_html/fit/cms/lib/smarty/Smarty.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/tepigra/public_html/fit/cms/include.php on line 108
After that, I uploaded files once again, but still no good...

Please, help. What to do now?

Re: 0.13 / Fatal Error + Wrong Files Permission

Posted: Fri Aug 11, 2006 2:46 pm
by calguy1000
You're ftp client should (hopefully) be able to do a recursive chmod on all files
change all files in the installation directory to 644 for files and 755 for directories.

Then change the tmp and uploads directory recursively to 777