Loading...
 
Architecture / Installation

Architecture / Installation


Re: Unable to write to File Gallery folder

posts: 214

Not having shell access would make it more difficult to fix.

The Admin - Tiki Cache/System Admin page (at the bottom) will show you the status of your File Galleries folder.

There are multiple things that could cause the "Cannot write to this file" error.

  • The path not being correct. The error message you pasted showed your path as /public_html/tiki/WIKI_File_Storage/, if the path starts with a /, then it has to be the full path, and the full path would not start with /public_html. Change your path to WIKI_File_Storage/.
  • The permissions have to be correct. The setup.sh probably would have set it to 755.
  • The group needs to be correct (but if the current permissions are really set to 777, the group shouldn't be the problem). The setup.sh probably would have set the owner to apache.


Try those settings and check the Admin - Tiki Cache/System page to see if the folder is writable.

Good luck,
Tom

There are no comments at this time.