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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation

Badges

Grav Core Team ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Remove side margins on Bootstrap4 · 3 years ago

    @chatterannex, It requires a bit of knowledge about Bootstrap's v4 and especially its grid system and containers. Not sure if it will fit your needs, but you might try class="container-fluid" which us

  • Error after publishing site online: Return value of Grav\Plugin\ProblemsPlugin::autoload() must be an instance of Composer\Autoload\ClassLoader, int returned · 3 years ago

    Fixed by OP by reinstalling the site: See comments on post of OP on StackOverflow

  • Related collections, How to do it better in Grav? · 3 years ago

    @oskarst, The question is where do I begin? If you want to go fast, go slow... Start simple and try to get a feel of Grav's concepts: Read the docs on Page Collections, especially section Taxonomy

  • Page is shown twice and can't be updated · 3 years ago

    @bassi, Did you follow the 1.6 to 1.7 upgrade guide? Are there any errors in /logs/grav.log? Did you clear the cache?

  • Footnote linking problem · 3 years ago

    @q3d, Unfortunately, I cannot reproduce the issue. On a fresh Grav install: I've enabled Markdown Extra in /user/config/system.yaml I've added [^1] somewhere at the top of page Typography Added at de

  • How to properly duplicate website · 3 years ago

    @cameronl, I'm not sure if it makes any difference, but this is a note at the very top of the docs: Up to Grav 1.6 environments were stored in user/ folder. Grav 1.7 moves environments to user/env/ t

  • How to properly duplicate website · 3 years ago

    @cameronl, Grav is a flat file CMS, so any way you can copy all files from one location to another is fine. Using zip, FTP, scp, etc., whatever fits best in your workflow. When all of the site's confi

  • No permission after update Grav · 3 years ago

    @Richards, Looking at the trace, picofeed is throwing the error at D:\Xampp\htdocs\Top-it\user\plugins\admin\vendor\p3k\picofeed\lib\PicoFeed\Parser\DateParser.php(100) Searching through issues and pu

  • No permission after update Grav · 3 years ago

    @Richards, I presume you upgraded from Grav 1.7.34 to Grav 1.7.42.3, which comes with Admin 1.10.42? The critical error might be relevant if it breaks the upgrade. But it could arise anywhere. The sta

  • No permission after update Grav · 3 years ago

    @Richards, Odd... would you mind: sharing from with version to which version you are upgrading? sharing any relevant errors in Grav's logfile?