Problem installing "Fatal error: Uncaught RuntimeException"

The solution was to change the ownership for the directory in which Grav is installed.
So I opened up a command line and typed in:
chgrp -R web [directory name]
And that changed the ownership to all the Grav files, and fixed the issue.

1 Like