Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Checkboxes field type keeps triggering Validation error message
· 10 years ago
Running into an issue where the checkboxes form field functionality keeps triggering this error message whenever I try saving a page: Validation failed: Invalid input in "Platforms" I included my blu
-
Upload file box functionality
· 10 years ago
Hello all, Grav newbie here. I just started to play around with grav and i am using a skeleton-type theme (Agency theme). Now to my issue. I am trying to put a "upload file" box in this page https://d
-
Installation in Debian
· 10 years ago
Thanks @danallenhtn, I change the permission of the folder and the web is good to go now.
-
Installation in Debian
· 10 years ago
That's a good suggestion @danallenhtn, thanks for stepping by and leave this hint for those that might stumble on this in the future!
-
Installation in Debian
· 10 years ago
Even though this is not a Debian-specific issue, I in fact encountered the exact same screen as you when installing grav on Debian. I was stumped until I checked the php error log. In my case, it sho
-
Installation in Debian
· 10 years ago
Hmm... i've set things up on Debian and Ubuntu many times and have never yet seen that error :). There's really not much to it and you would of had to of messed with your httpd.conf to break it so th
-
Installation in Debian
· 10 years ago
Hi, I tried to install Grav under Debian but no success. When the page load, the message shows "...is currently unable to handle this request.". I can show the default page of Apache and use "phpinfo"
-
Custom field data keeps getting deleted upon saving in admin
· 10 years ago
(This is somewhat related to the other topic I had posted earlier here, although this issue is different.) I needed to add a new tab to one of my page templates to have some custom fields. I'm running
-
List posts with thumbnails
· 10 years ago
I've just found this: https://learn.getgrav.org/cookbook/twig-recipes#list-the-blog-posts-for-the-year , but there are no thumbnails. How to list posts with thumbnails?
-
Modular as footer text
· 10 years ago
Sorry my mistake in twig sintax, this should work: {% set p=page.find('/pages/footer') %} {{ p.content }} notice set is missing in my original post