Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Can not add new page to 'grav-skeleton-blog-site'
· 11 years ago
Can you describe your problem a little more? you cannot save the file? (permissions) your file is not showing up? (cache) you are getting a 404 error? (server setup) that kinda of thing?
-
Can not add new page to 'grav-skeleton-blog-site'
· 11 years ago
i installed skeleton and making changes current pages but can not add new page
-
Stat failed for /var/www/html/home/user/pages/
· 11 years ago
Glad you sorted that :) I was going to suggest permissions, but had not seen that particular error before.
-
Stat failed for /var/www/html/home/user/pages/
· 11 years ago
Yeah, I'm an idiot. 644! I didn't make the directories executable... FIXED
-
Stat failed for /var/www/html/home/user/pages/
· 11 years ago
I have a number of scripts that post data to the flat files in Grav. For some reason now I'm getting these errors. RuntimeException SplFileInfo::getMTime(): stat failed for /var/www/html/home/user/pag
-
Media site on Grav
· 11 years ago
Say for example you put all images in user/pages/media/images and all videos in user/pages/media/videos you could do something like: {% set image_a_resized = page.find('/media/images').media['image_a'
-
Media site on Grav
· 11 years ago
Any code examples for this: "This would mean you would have to find the page first, then access its media, as the media would not be available directly in the main page sitting above the media" ?
-
Media site on Grav
· 11 years ago
A couple of things I want to mention: 1) Right now about 1000 pages is the upper limit of what Grav will handle. Of course faster hardware (processor/ssd/memory) and also software (webserver/caching/
-
Media site on Grav
· 11 years ago
You probably mean the sub folders must be subpages? My question was whether it's possible to access sub folders that only hold media items and nothing else. But ok, I'll try this out, thanks.
-
Media site on Grav
· 11 years ago
Thank you; this returns null however: {{ dump(page.children.children.media.images ) }} (master branch)