Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
"Class 'Twig_Node_For' not found
· 10 years ago
Hi, just trying my first install of Grave but getting this error: Whoops\Exception\ErrorException thrown with message "Class 'Twig_Node_For' not found" you can see full details of the error here: http
-
I cant run
· 10 years ago
Your PHP version seems too old. Grav requires 5.5.9 or higher, what is yours?
-
I cant run
· 10 years ago
Something is jumbled on line 47 of index.php, of which we cannot say what exactly without seeing the code.
-
I cant run
· 10 years ago
Parse error: syntax error, unexpected '[', expecting ')' in C:\OpenServer\domains\localhost5\index.php on line 47
-
Error 500 on clean Digitalocean Server
· 10 years ago
Same problem on DO. That helped: sudo chown -R www-data:www-data /var/www
-
Error 500 on clean Digitalocean Server
· 10 years ago
@Rhukster once recommended Serverpilot.io to me to setup a Digital Ocean server for Grav, which has basically allowed me to forget something called "permissions" exist.
-
Error 500 on clean Digitalocean Server
· 10 years ago
The error log is saying that your cache folder is not permissioned properly. Whatever user is running Grav also needs write access to the cache folder. Revisit the Permissions docs and double check th
-
Error 500 on clean Digitalocean Server
· 10 years ago
Yes another error 500 post :*. I cant for the life of me figure out what I did wrong... These are the steps i took; Installed LAMP stack on Digitalocean server (using the pre-built from digitalocean)
-
Bin/grav install... requires php >=5.5.9
· 10 years ago
Yes I know, my domain run 5.6...or 7.0 if I want, but php-cli run on 5.4, because of Plesk and other old stuff I can't upgrade, no luck for me anyway, the download method still work
-
Bin/grav install... requires php >=5.5.9
· 10 years ago
Running command line commands is going to use the PHP version available in the command line, and PHP 5.4 is not supported.