Page 1 of 1

missing permissions on the new documentation

Posted: Wed Jul 18, 2012 8:58 pm
by mboxhoorn
Hi,

On the new documentation site the change file permissions section is missing after uploading the files.
This is done after step 3 or 4.

chmod 777 tmp; \
chmod 777 tmp/templates_c; \
chmod 777 tmp/cache; \
chmod 777 uploads; \
chmod 777 uploads/images; \
chmod 777 modules

Regards,
Marc

Re: missing permissions on the new documentation

Posted: Wed Jul 18, 2012 9:03 pm
by calguy1000
These steps are only necessary depending upon your server configuration. If the server is running with something like suexec where the owner of the http process is the same as the owner of the directory (AND WE HOPE IT IS)... then this is probably not necessary.