Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Cant install Grav
· 11 years ago
No problems :) Glad you got it sorted
-
Cant install Grav
· 11 years ago
Finally worked! Thanks for help
-
Cant install Grav
· 11 years ago
@rhukster, Originally php -v results 5.2 version (only CLI, phpinfo gives me PHP Version 5.6.5-pl0-gentoo). but my hosting provider recommend me to use these commands to change it: echo "alias php=/u
-
Cant install Grav
· 11 years ago
First, the simplest way to install Grav is with the pre-built package, as it contains everything you need, just unzip and point your browser at it. Those are available in the downloads site or in the
-
Cant install Grav
· 11 years ago
Hello! Im trying to install grav, so cloned form Git, no problems. Then running bin/grav install and here it is - PHP Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_ST
-
Fieldtypes
· 11 years ago
You can find a reference of the field types you can use in admin and in the frontend on http://learn.getgrav.org/advanced/blueprints and http://learn.getgrav.org/advanced/forms. If you have more quest
-
Fieldtypes
· 11 years ago
Hi, Is there any advance in this post until now? Thanks
-
Fieldtypes
· 11 years ago
Had the same problem, this helped a bit... grep -R "type" /var/www/grav/system/blueprints/ |awk {'print $NF'} |sort -u gives a list of lots (if not all) available types. Then just try which one suits.
-
Fieldtypes
· 11 years ago
Awesome, look forward to it. Thanks!
-
Fieldtypes
· 11 years ago
great to hear it. Right now I am trying to figure this out on my own, but it's pretty hard for a Grav newbie as I am. Just want to let You know, that I also am looking forward to see this in documenta