Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

General

Failed to save file error

Started by wil 6 years ago · 5 replies · 2293 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 Jerry Hunt, 4 days ago
2 101 17 hours ago
General · by pamtbaau, 22 hours ago
1 68 22 hours ago
General · by Andy Miller, 1 day ago
0 53 1 day ago
General · by Marcel, 12 months ago
6 361 5 days ago
General · by Duc , 6 days ago
3 49 6 days ago