Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Failed to save file error

Started by wil 6 years ago · 5 replies · 2493 views
6 years ago

Hello I have this error when I make my modifications on a page. How to solve this problem

failed|690x64

6 years ago

all my old pages I can edit them but it is only the new blog page which displays this error. I have to execute which command to fix it in the lunix machine.
thank

6 years ago

Did you try the "fix permissions script" which is in the doc page I mentioned:

BASH
chown -R joeblow:staff .
find . -type f -exec chmod 664 {} \;
find ./bin -type f -exec chmod 775 {} \;
find . -type d -exec chmod 775 {} \;
find . -type d -exec chmod +s {} \;

Be sure to replace 'joeblow' with your Linux username.

If the script doesn't help I'm afraid I can't help you either.

6 years ago

I have to run or the script where in the root of my grav installation ?.thanks for the help

6 years ago

Yes I think so.

(This text is just to pass the minimum post length of 20 characters.)

Suggested topics

Topic Participants Replies Views Activity
General · by jeremycherfas, 4 days ago
3 108 10 hours ago
General · by Old Man Umby, 3 days ago
1 63 3 days ago
General · by Sebastian, 5 days ago
1 84 5 days ago
General · by Andy Miller, 2 weeks ago
0 219 2 weeks ago
General · by ready-4-IT, 6 months ago
1 717 3 weeks ago