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.

Muut Archive Legend

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

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Problem with rewrite or routing · 9 years ago

    Hi, after installation, any other URL than the root with end in a 404 not found error, if I remove .htaccess, it looks like I could access other page if I knew what to type after index.php, that's why

  • Installation error - 403 Forbidden · 9 years ago

    Maybe a good solution for you would be to setup your server using serverpilot.io service. It's very simple, the free plan is enough for most usage and this could avoid you to manually set vhosts etc.

  • Installation error - 403 Forbidden · 9 years ago

    Hello All, I know there's a doc about it but it didnt solve my problem (https://learn.getgrav.org/troubleshooting/forbidden). Did not find an existing topic about either, say me if there is one. Here

  • Multiple Grav Installations or one "Frankeninstallation"? · 9 years ago

    Structure your content as you'd like, and apply different themes as needed using the Themer-plugin. Where needed, use theme inheritance to customize themes..

  • Multiple Grav Installations or one "Frankeninstallation"? · 9 years ago

    Hello, I am completely new to designing websites and I am unsure how to structure my site. Here is my problem: I basically want a "multi-purpose site" with a landing page, a small Blog, a resume/CV

  • Getting error after server swap · 9 years ago

    It solved itself. I re-uploaded the files from my "server backup" zip instead of the Grav backup.

  • Getting error after server swap · 9 years ago

    That solved that. But lead to another problem. Don't really get why I'm getting these, the page was working just fine, I made a backup thru the admin panel and now this :/ RuntimeException (500) Faile

  • Getting error after server swap · 9 years ago

    en.yaml is presumably from Admin, at least that's were I found the corresponding problem at line 419. This would be in /user/plugins/admin/languages/en.yaml, on line 419 of course.

  • Getting error after server swap · 9 years ago

    Hum, not quite sure which file it is. I tried the file up top. "CompiledFile.php", did not manage to get it to work tho.

  • Getting error after server swap · 9 years ago

    This looks like an error in escaping the apostrophe, which is not necessary in this string because it is enclosed in double-quotes. To fix, just remove the \ from the string, and it will parse it succ