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

Failed to save file error

Started by wil 7 years ago · 5 replies · 2506 views
7 years ago

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

failed|690x64

7 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

7 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.

7 years ago

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

7 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, 1 week ago
4 182 2 days ago
General · by lynbor, 6 days ago
2 124 3 days ago
General · by Old Man Umby, 1 week ago
1 100 1 week ago
General · by Sebastian, 2 weeks ago
1 124 2 weeks ago
General · by Andy Miller, 3 weeks ago
0 248 3 weeks ago