Hi , i ve two installation of Drupal (7.39) in same server I ve modified file permissions one of them. (I do not remember detailed)
Now, both works . But Image capatcha (7.x-1.3) does not fork for second one which file permissions has been modified. Etc images are not shown.
How to correct (fix) file permissions ?

Comments

Jaypan’s picture

https://www.drupal.org/node/644164

You can move the thread by editing the original post and choosing 'Post Installation' as the forum.

Thank you.

jamadar’s picture

Can you please provide more information on this like which permission you set for files?

Berlaus’s picture

i ve executed :

chmod 755 $DRUPAL_HOME -R
cd $DRUPAL_HOME
find . -type d -exec chmod u=rwx,g=rx,o= =rx{} \;
find . -type f -exec chmod u=rw,g=r,o=rx {} \;
chmod 555 sites/default/
chmod 444 sites/default/settings.php