Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Andy Miller Grav Creator
Grav Core Team Grav Forum Moderators
@rhuk · Joined 9 years ago · 337 posts · 28 topics · 184 reputation
Badges
Recent posts
-
Problem with Block code "fences" display
· 9 years ago
@rvreugde: $TTL 1h @ IN SOA ca-lin-ns01.artesis.be. hostmaster.artesis.be. ( 2012110901 ; Serial 1h ; Refresh 30m ; Retry 2d ; Expire 10m ) ; Negat
-
Grav Comments Plugin not working for me
· 9 years ago
Please create an issue on the comments repo: https://github.com/getgrav/grav-plugin-comments
-
404 Error - Server 2016 IIS 10
· 9 years ago
404's errors are usually caused by rewrite issues. Even if you have installed rewrites, you still need to setup the rewrites so that they know how to process things. Here is a sample config for IIS:
-
Speficy version in .dependencies file
· 9 years ago
The .dependencies file was developed early on and is primarily intended for setting up symlinks during development. We actually want to deprecate this and use the existing blueprints file as a way to
-
Newbie question about installing Grav on Mac OS 10.12
· 9 years ago
Those blog post address all issues with permissions becuase it prompts you to run the web server with your 'user' account rather than the default user.
-
How to solve 500 and 404 error in #CentOS #Fedora
· 9 years ago
Did you get this sorted via Slack? I remember similar chat there.
-
Problem for an external link
· 9 years ago
The ID is being intercepted by Grav as a CSS id attribute, you just need to turn off this processing with &noprocess https://learn.getgrav.org/content/linking#pass-through-supported-attributes
-
Include port in environment configuration folder name
· 9 years ago
Can you please create an issue here: https://github.com/getgrav/grav/issues
-
Images deleted after Clear Cache
· 9 years ago
There is a setting in system.yaml: cache: ... clear_images_by_default: true # By default grav will include processed images in cache clear, this can be disabled Set this to false, and your images w
-
Page Field for page name output
· 9 years ago
should generally use {{ page.url }}#something