0

I am using a joomla plugin that shows multiple images inside a gallery. But whenever I add the code for the plugin inside an article I get this error:

Simple Image Gallery Notice: Joomla!'s /cache folder is not writable. Please correct this folder's permissions, clear your site's cache and retry.

So I connected to my website with FTP and changed the permissions of the cache folder located at administrator/cache to 777 (Permission for everything), but I keep getting this message.

What could be the cause of this? And is there a work-around?

twan
  • 2,450
  • 10
  • 32
  • 92

2 Answers2

1

Joomla has a cache folder directly in the joomla root. You have to set the permissions of this folder (e.g. /var/www/joomla/cache), but it looks like you set them of /var/www/joomla/administrator/cache.

Michael Wagner
  • 1,018
  • 8
  • 20
  • Thanks, this was indeed the case, I already figured it out. I did not even have a cache folder in the joomla root so I added one. Now I don't get the error anymore but the plugin still doesn't work as needed. That's for another stackoverflow post though. – twan Jan 19 '16 at 15:03
  • Also check out [this article](https://docs.joomla.org/Verifying_permissions), joomla doesn't recommend to use 0777. – Michael Wagner Jan 19 '16 at 15:06
  • Joomla is reading my cache file with its permissions set to 755 so that's not a problem. – twan Jan 19 '16 at 15:26
-1

If you are using centos, you can change selinux to permissive mode. It works.