Loading...
 
Skip to main content

Architecture / Installation


PERMISSION PROBLEMS FOR A LAYMAN...

posts: 21 Pakistan


OH, this is too complicated for me. I am not able to understand the language. Neither I was able to run the script fixperms.sh nor was I able to understand the language of the script:

for d in $DIRS; do
find $d -type d -exec chmod 775 {} \;
find $d -type f -exec chmod 664 {} \;
chmod 664 robots.txt tiki-install.php

for d in $DIRS; do
find $d -type d -exec chmod 777 {} \;
find $d -type f -exec chmod 666 {} \;
chmod 666 robots.txt tiki-install.php

Do I have to run install.php again? In this case I will certainly lose every thing I have done with my site!

My knowledge of PHP is extremely poor. However, I have set permissions as per the suggestions I received on this Forum! Now when I checked those permissions again, I found them intact. Nevertheless the program is still showing error messages!

I am wondering whether I should remove the entire web site and go for any other simple to install script or there is still an easy to way to correct these faults and run the program without any hassle and problem!

Many thanks for your valued support and friendly cooperation.

I wish you best of luck and best regards

Kamaal Makrani

__





There are no comments at this time.