Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Why the path is null in url()?
· 10 years ago
Solved. It gives NULL if the file is missing
-
Why the path is null in url()?
· 10 years ago
The code: {{ url('theme://images/logo_'~grav.language.getActive~'.svg') }}" /> Gives NULL. Debug for: logo_'~grav.language.getActive~'.svg' Gives correct logo_en.svg Any ideas?
-
Site.yaml routes ignored
· 10 years ago
done
-
Site.yaml routes ignored
· 10 years ago
Can you please create an issue for this here: https://github.com/getgrav/grav/issues Thanks!
-
Site.yaml routes ignored
· 10 years ago
Hi, in my multi-language grav project the routes defined in site.yaml are ignored or not working. e.g. //localhost/grav/en-US/something/en-US/else should be routed to //localhost/grav/en-US/something/
-
Admin plugin multi select error on save
· 10 years ago
I think Admin currently does not have the logic to show again, once you saved it, the multiple select choices, so it's not ideal for Admin forms. You're better served with checkboxes now: header.headl
-
Admin plugin multi select error on save
· 10 years ago
Hi, I used the following code in my blueprint to define a multi select field: header.headline.classes: type: select label: Classes multiple: true options: 'class1': 'foo' 'clas
-
"The requested URL /admin was not found on this server"
· 10 years ago
Ok, I'll take this issue over to gitter.
-
"The requested URL /admin was not found on this server"
· 10 years ago
Yup, rewrite problems :) You will also have a problem if you create a new page and try to navigate to it.
-
"The requested URL /admin was not found on this server"
· 10 years ago
Ok, given what you said about setting up an admin user, I was able to create an admin user with bin/plugin login new-user and am able to load the home page fine. However, now browsing to /admin gives