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

Failed to save file error

Started by wil 6 years ago · 5 replies · 2450 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 jean-louis67, 3 weeks ago
2 308 3 weeks ago
General · by Andy Miller, 3 weeks ago
0 311 3 weeks ago
General · by Veehem, 4 weeks ago
0 263 4 weeks ago
General · by milkboy, 4 weeks ago
0 265 4 weeks ago
General · by ian russell, 1 month ago
2 335 1 month ago