Files not saving

Files are not saving after editing. When I edit and save files, it shows Updated alert but it ends up not updated.

Which files?
Web interface or with shell editor?
How can we reproduce your error?

Web interface. It works well with a shell editor

Guess the issue was due to file permission as it worked after I ran

chmod -R 777 the_folder/

Maybe file ownership

777 is a bad idea…

1 Like

Try 750.

At least last number 0

ensure files are in same user:group and directory permission should be 755 and files permissions should be 644

1 Like