I've installed Grav successfully in a few environments. Now I'm trying to install it in a different environment. Our IT support person set up a bitnami stack on our Intranet. Unfortunately I cannot get Grav to install. I am trying to install it in a subfolder of the home folder.
The Apache error log shows that there is a double slash that a that appears immediately after the cache folder in file path references. First it wanted Grav wanted to create the folder ...cache//compiled/files and couldn't do that. I created the folders manually. After that it got past that point but tried to open a file for writing in ...cache//compiled/files/something.yaml.php
In summary: a rogue slash appears after the word "cache" in the file path which breaks php.
Marius