Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Black Lab Member

@blacklab · Joined 7 years ago · 16 posts · 2 topics · 3 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Page Template External · 6 years ago

    Thanks @pamtbaau Yeah, I was trying to let the client to set a link for a button, using custom page blueprint: header.button.link: label: Link type: pages Then if needed, the client can set the bu

  • Page Template External · 6 years ago

    Hi fellows Just wondering if there is any documentation regarding external page? When accessing the page (e.g. https://mysite.com/facebook), all I have is a RuntimeException (400) error: I assume

  • Get the url from grav page · 6 years ago

    https://learn.getgrav.org/16/forms/blueprints/example-page-blueprint You can add an extra text field in the page blueprint then call it from twig.

  • Scheduled Backups Not Working · 7 years ago

    🤔 what if you run the scheduler manually with bin/grav scheduler -v, does it run?

  • Scheduled Backups Not Working · 7 years ago

    🤔 how about crontab -l to double check if it is there?

  • Js not loading correctly · 7 years ago

    If you prefer to have a .htaccess in that sub directory, so you don't have to worry about Grav update overwritting the root .htaccess, you can put this: RewriteEngine On RewriteBase / RewriteCond %{RE

  • Js not loading correctly · 7 years ago

    i guess it may get overwritten if there is changes in .htaccess in the update.

  • Scheduled Backups Not Working · 7 years ago

    Have you include change directory command in your cron job? Because it need to be at the Grav root directory for bin/grav to work. Otherwise I would suggest you check the cron output for any errors.

  • Js not loading correctly · 7 years ago

    Rewrite .htaccess from root folder line 69 from RewriteRule ^(user)/(.*)\.(txt|md|yaml|yml|php|pl|py|cgi|twig|sh|bat)$ error [F] to RewriteRule ^(?!user/themes/learn2-git-sync/popverse/getBib.php)(use

  • Scheduled Backups Not Working · 7 years ago

    Have you enabled this?