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

30 sec Installation

Started by Muut Archive 10 years ago · 5 replies · 376 views
10 years ago

30 sec and the installation is completed. 30 hours troubleshooing - and the result is an empty page ... debian, apache, php renewed, no log - nothing.

10 years ago

ok ... turned on - no error, normal phpinfo is working properly. Thanks for help, but no success.

10 years ago

Hi @andi_alreadyregistered,

I recently experienced the same, when setting up Grav in Docker. Your white-screen-of-death has mostly like to do with permission issues. Did you tried https://learn.getgrav.org/troubleshooting/permissions ? If not you can follow the instructions. You can of course manually check, whether the cache and images folder have the right user permissions (those of your web-server).

A simple

BASH
rm -rf cache
chown -R www-data:www-data cache
rm -rf images
chown -R www-data:www-data images

should be enough. If not you may issue a bin/gpm -f update from the command line, too. Those are the steps I needed to let Grav run again.

10 years ago

Hi there and thanks for help! It's my own fault - in my script for permissions I've forgotten chown!

regards andi

10 years ago

Hi Andi, glad to hear :-D !

If you are stuck next time and your are just before wasting it, don't hesitate to ask. There are many people here who can help you :-)

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1367 9 years ago
Archive · by Muut Archive, 9 years ago
2 940 9 years ago
Archive · by Muut Archive, 9 years ago
2 4069 9 years ago
Archive · by Muut Archive, 9 years ago
1 2960 9 years ago
Archive · by Muut Archive, 9 years ago
3 1125 9 years ago