Francesca G
|
Thursday 19 August 2004 2:53:02 am
Hello :)
my first post here ^_^
I'm installing Ezpublish in a domain hosted on Linux. The finetune reports: Insufficient directory permissions
cd /path/etc etc/httpdocs/ezpublish
chmod -R a+rwx settings
chmod -R a+rwx settings/siteaccess/admin
I checked those directory via FTP and they both have chmod 777...
what else should I do? Or maybe I misunderstood the problem...
--------
My artworks collective @ http://www.something-good.com/francy
|
jochen gajsar
|
Friday 20 August 2004 5:43:48 am
Hello, you should change to the directory where ezpublish is installed and set the permissions with following string: chmod -Rf 777 settings and chmod -Rf 777 /settings/siteaccess/admin The problem you got is probably that the subdirectories have the wrong permissions. With the string above you set the permissions also to the subdirectories. Have a nice weekend Jochen Gajsar
|
Francesca G
|
Friday 20 August 2004 6:39:03 am
sorry...I don't understand. what does "-Rf" mean? "settings", "/settings/siteaccess/" and "/settings/siteaccess/admin" are already 777... what else have I to do? you said: <i>The problem you got is probably that the subdirectories have the wrong permissions.</i> Which subdirectories?
Please help :( Thanks a lot!
--------
My artworks collective @ http://www.something-good.com/francy
|
Francesca G
|
Saturday 21 August 2004 2:05:18 am
I forgot to say that I don't know how to insert strings in my FTP client (Filezilla). Well, I tried from the second voice of "server" menu but it didn't work (my menu is in italian, that's why I referred to it as "the second voice").
--------
My artworks collective @ http://www.something-good.com/francy
|
Marco Zinn
|
Monday 30 August 2004 12:33:44 pm
Hi,
you need to set the permissions of the files and subdirectories of the directories
settings
design
var
to "777" (everyone can read, write, execute).
When you can't access the command line via shell (SSH or Telnet), you must try to set those permissions with your FTP client. I don't know any "FTP commands" (too lazy, i use FTP clients), so maybe you are right, that your provides does not let you use this "chmod" FTP command recursivly.
If this is true, that you can set the permissions for all files and subdirectories one by one (will take ages) or find an FTP client, that can do this for you.
I don't know which, but i saw at least one client, that can do this for you.
You might try SmartFTP, LeechFTP, Windows Commander or -if your "client" is on linux- use Midnight commander. I'm sure, that at least one if this will let you do the recursion on the client side. This will take a lot of time, too, as the command will be sent for each file one by one... but at least the FTP client will do all this for you ;)
Marco
http://www.hyperroad-design.com
|