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

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

Started by Muut Archive 10 years ago · 2 replies · 421 views
10 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

10 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 1356 9 years ago
Archive · by Muut Archive, 9 years ago
2 936 9 years ago
Archive · by Muut Archive, 9 years ago
2 4066 9 years ago
Archive · by Muut Archive, 9 years ago
1 2954 9 years ago
Archive · by Muut Archive, 9 years ago
3 1120 9 years ago