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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • After upgrading, got "403 Forbidden" · 12 years ago

    Ok it's a permission issue that caused it. Files that were created with the regular unzip, are created with 755 (for directories) and 644 (for files). However, after the selfupgrade those files are

  • After upgrading, got "403 Forbidden" · 12 years ago

    No, no modifications to the .htaccess file. Thank you for investigating this...

  • After upgrading, got "403 Forbidden" · 12 years ago

    Hmm. that's strange. The selfupgrade uses the same upgrade package, but it could be permissions, or perhaps the .htaccess. Did you make any modifications to the .htaccess file? if not i will test on

  • After upgrading, got "403 Forbidden" · 12 years ago

    Guys, after updating on the remote server to the latest version, using "bin/gpm selfupgrade", I got a "403 Forbidden" Grav page (and I refreshed, etc, and it was still happening). I had to reinstall G

  • Best place to add site-wide chat widget? · 12 years ago

    No problem, I really appreciate the help!

  • Best place to add site-wide chat widget? · 12 years ago

    Ah yes, that missing partials dir was a typo on my part.

  • Best place to add site-wide chat widget? · 12 years ago

    Thanks very much. I've been able to do #1, but with the minor change that the base.html.twig file for the Antimatter theme I updated was at templates/partials/base.html.twig Works like a charm! Very

  • Best place to add site-wide chat widget? · 12 years ago

    Couple of options: 1) Add it directly into the templates/base.html.twig of your theme. See the blog post about extending base theme if you plan on doing this. 2) Create as simple plugin to add your J

  • Best place to add site-wide chat widget? · 12 years ago

    Total Grav newbie here, but loving the CMS as I learn more and more about it. Can't wait until the Admin control panel plug-in :-) I am exploring adding a chat widget to my Grav site, and the widget i

  • Resource-item · 12 years ago

    Ok. Thanks for sharing! I will try it out.