pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3181 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
New twig template file not showing in Admin panel
· 4 years ago
@darrylch, There seems to be a bit of confusement... Probably some typo's... There is a folder called /templates but not /template/ There is a folder called /blueprints but not /blueprint/ both fil
-
Special characters in keys of a page.header.form
· 4 years ago
@red, The filter |e tells Twig to escape the string before outputting it (btw. escaping is already the default behaviour). Hence your result: https://example.com?test=&sort=distance When usi
-
Honeypot field could use better documentation
· 4 years ago
@AquaL1te, Does the docs prohibit your from implementing honeypot? Not sure what more needs to be said. Btw. there are loads of docs on the web if you need more background information on the intricac
-
Skeleton downloaded but can't install
· 4 years ago
@kd4e, Well, it's a mess. Grav installation inside /user folder... As suggested before, please clear your webroot and install a fresh Grav or skeleton.
-
Skeleton downloaded but can't install
· 4 years ago
And the folder your are listing is??? What is content of /config/www/user? It's not quite a standard Grav install: A Grav installation or skeleton does not come with symbolic links. Why did you ad
-
Skeleton downloaded but can't install
· 4 years ago
@kd4e, Do you really want us to dig into the dump of your command lines? Please be gently on the community and provide proper described/explained/formatted information. When showing a folder listing p
-
Skeleton downloaded but can't install
· 4 years ago
@kd4e, It seems you did not clear the root of Grav It also seems you've unzipped into folder /app/grav-admin/user, because folder /app/grav-admin/user/user now contains the skeleton. @Karmalakas, f
-
Skeleton downloaded but can't install
· 4 years ago
@kd4e, Are you sure you cleared the root of the Grav installation and unzipped grav-skeleton-deliver-site+admin-1.2.0.zip into the root of the Grav installation. You should find the following /user/pa
-
Skeleton downloaded but can't install
· 4 years ago
@kd4e, Admin plugin: Grav is a flat-file CMS which means everything can be done via the command-line. The Admin plugin is an add-on to make life easier for user who feel uncomfortable using the comma
-
Empty header/frontmatter (maximum file size exceeded?), move header content to raw_content
· 4 years ago
@danielkoptak, Before spending time on the issue, would you mind sharing what you are trying to achieve?