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

Set my folder to 777 on localhost but still getting cannot connect to GPM

Started by Muut Archive 11 years ago · 2 replies · 497 views
11 years ago

keep getting this message, any ideas please.

I've read the documentation for Grav (troubleshooting) but am unsure about using the following script:

!/bin/sh

chown joeblow:staff .
chown -R joeblow:staff *
find . -type f | xargs chmod 664
find ./bin -type f | xargs chmod 775
find . -type d | xargs chmod 775
find . -type d | xargs chmod +s
umask 0002

11 years ago

Or maybe your missing SSL or Curl support?

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 2289 9 years ago
Archive · by Muut Archive, 9 years ago
2 1501 9 years ago
Archive · by Muut Archive, 9 years ago
2 4754 9 years ago
Archive · by Muut Archive, 9 years ago
1 3570 9 years ago
Archive · by Muut Archive, 9 years ago
3 1627 9 years ago