Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
- Member
@ehllo · Joined 9 years ago · 16 posts · 0 topics · 0 reputation
Badges
Recent posts
-
Permissions Error
· 9 years ago
hi, if you dont set the server up, it is maybe better to get the support for this from Digital Ocean.
-
Permissions Error
· 9 years ago
You should also see the Owner and the Group of every folder and file. or just type on the shell for example "ls -l" If you set the server up yourself, just check that your ftp user is also a member o
-
Subpages menu on page
· 9 years ago
The best way to start, is to read the docs and setup up a basic grav-site. https://learn.getgrav.org/
-
Grav site using non-existent styling
· 9 years ago
hi tbakerx, maybe it is the cache of your browser?
-
Permissions Error
· 9 years ago
is digital ocean a shared hoster? In your FTP-Programm you could see the Owner and the Group of the folders and files.
-
Permissions Error
· 9 years ago
just a guess, is the www user in the same group as the ftp user
-
Create a folder listing with twig
· 9 years ago
okay, i could reproduce this, if i create the empty folder by hand on the filesystem and start to get the media - it dont work. if i put a md file into the folder and delete it afterwards, it works. I
-
Create a folder listing with twig
· 9 years ago
hey, it is "pages.find" and not "page.find" , maybe this does the trick EDIT: i tested the second example with page.find and pages.find and it should work on a folder with just zip-files
-
How to delete my account at this forum?
· 9 years ago
hi doihara, i think it is not enabled in the grav-forum.
-
Create a folder listing with twig
· 9 years ago
hi sensomusic try this, it should work example for the same folder of page: {% for file in page.media.all %} {{ file }} - {{ file.url }} {% endfor %} example for a selected folder: {% for file in