pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Err_empty_response
· 4 years ago
@Stephan, Grav shouldn't have issues with symlinks. Has your webserver been configured to follow symlinks? For example: <Directory /var/www/html> Options Indexes FollowSymLinks AllowOv
-
Err_empty_response
· 4 years ago
@Stephan, Well, the suggestions by your provider doesn't seem logical to me with respect to this issue... To narrow down the problem area, try the fresh install of Grav suggestion. I would like to add
-
Err_empty_response
· 4 years ago
@Stephan, Next was to deactivate the caching on the server. So i had to add to modify htaccess and for php the user.ini htaccess → Header always set Cache-Control: s-maxage=0 user.ini → opcache.enabl
-
Err_empty_response
· 4 years ago
@Stephan, When a link in a page points to a file in the folder of the page, like <a href="/typography/x.pdf">Download</a>, Grav is not involved. The webserver itself will happily download
-
Class "...\Cache\ApcuCache" not found
· 4 years ago
@thom4s, If your localhost is working fine and the staging server is working fine, my first guess would be that the issue is related to the server and not Grav. When opening /system/src/Grav/Common/Ca
-
hCaptcha support in Grav forms?
· 4 years ago
@AquaL1te, The Grav team will know better then the community... You will probably have a better chance on a final answer at the repo of Grav.
-
Collection with multiple item constraints
· 4 years ago
@Vince42, A few remarks... The frontmatter snippet you're showing contains incorrect Yaml. If you truly use that in your page's frontmatter, an error should be thrown. The correct frontmatter should
-
How to manage an extending theme among multiple instances
· 4 years ago
@Vince42, Yes, but that could be triggered using a Github webhook that calls a PHP script on the server when a new version of the theme gets pushed to Github. Having said that, instead of Composer, yo
-
How to manage an extending theme among multiple instances
· 4 years ago
@Vince42, Never looked into this scenario, but the first thing that comes to mind is Composer. Fetching package from Git: Publishing to a VCS. Installing package in custom folder instead of /vendor:
-
Dark mode with JS script and → images / pictures
· 4 years ago
@medi, Do you need Art Direction that requires the use of element <picture>?