This tutorial shows you how to handle permission issues within ZOO.
After installing ZOO your website stays blank, just because your Stylesheets and JavaScripts aren't loaded? This might because the webserver is unable to access these files. Make sure that you have set the right file permission to the following directories used by ZOO component.
/cache
/media/zoo
/components/com_zoo
/administrator/components/com_zoo
Permissions are inherited from the parent folder. If you set the specific ZOO folder (e.g. /media/zoo
) and all sub files/folders to the correct permission but the whole Joomla media folder has lower permissions it will not work. Best way is to alter the permissions of the top level folder. Sometimes Joomla's root directory has too low permissions, and you wonder why it is not working...
Always avoid 777
permissions. If your webserver has problems with the CHMOD 755
, you can also try 775
and lastly 777
in this order.
755
. Make sure the Recurse into subdirectories option is checked. Then hit the OK button.Tip: After applying new permissions some FTP clients require the file view to be refreshed. Otherwise, the old permissions will continue to show...
Using an FTP client may also change file ownership to the FTP user of the files/directories you changed the permissions on. This can cause problems on some webservers. To avoid this you can use a Joomla component like eXtplorer to update the permission through the Joomla administration.