Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Twig help: to test for YAML variable in META file
· 11 years ago
Your approach works fine for me, just tested. You might want to dump image.meta.media with {{dump(image.meta.media)}} to see what's its value
-
Twig help: to test for YAML variable in META file
· 11 years ago
I cant figure out how to test for the presence of a variable in an yaml meta file. For example: imageName.jpg is in the same folder as its meta file imageName.jpg.meta.yaml The contents of imageName.
-
Nginx.conf
· 11 years ago
PR welcome! :)
-
Nginx.conf
· 11 years ago
is wrong in the distro. you have to move the root directive outside the location{} to the htttp level{}. took me ages to see this. the problem is the directive is otherwise local and the PHP fails on
-
Admin panel update (rc-3) not showing
· 11 years ago
Ok trying clearing all cache now.
-
Admin panel update (rc-3) not showing
· 11 years ago
Typo in the admin plugin blueprint. Fixing...
-
Admin panel update (rc-3) not showing
· 11 years ago
Latest upate of admin (rc-3) is not showing ("nothing to update") ? Cleared all cache etc.
-
RuntimeException (400)Template "defaut.html.twig" is not defined
· 11 years ago
Ah a good old typo ... That should always be the first thing to look for >_< thnx mate!
-
RuntimeException (400)Template "defaut.html.twig" is not defined
· 11 years ago
It seems you named a page defaut.md. The right name is default.md
-
RuntimeException (400)Template "defaut.html.twig" is not defined
· 11 years ago
I'm running into this error after uploading straight to the server ( http://grav.maxdevos.be ) and adding a second page (/02.test). What did I do wrong? (Didn't use the CLI, just uploaded)