Elxis CMS Forum

Support => Elxis 4.x/5.x DEV => Topic started by: maple on January 29, 2014, 21:39:20

Title: Sticky notes saving problems
Post 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
Title: Re: Sticky notes saving problems
Post by: datahell on January 29, 2014, 21:56:50
Sticky notes needs to create a file inside folder "other" of Elxis repository. Make sure this folder exist and it is writeable.
{repository}/other/
Title: Re: Sticky notes saving problems
Post by: maple on January 29, 2014, 22:03:12

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  :)
Title: Re: Sticky notes saving problems
Post by: datahell on January 29, 2014, 22:28:18
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.