Elxis CMS Forum
Support => Elxis 4.x/5.x DEV => Topic started by: maple on January 29, 2014, 21:39:20
-
Hi,
I'm trying to save an Sticky note, but this is the message:
"Saving note failed! Could not save note! Make sure Elxis repository is writeable."
This is not true. I just tried with 757 and 777 but not resolve the problem.
thanks
-
Sticky notes needs to create a file inside folder "other" of Elxis repository. Make sure this folder exist and it is writeable.
{repository}/other/
-
oh, I just turn the "other" folder (that already existed) from 755 to 757 and now Works correctly. I'm not understand why was 755 if need to be writable.
Thanks datahell :)
-
Proper permissions depends on your server/php setup and the owner of files. In most servers 755 is write-able these days due to suphp/suexec/itk.