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

  • Content Reverting For No Apparent Reason · 10 years ago

    Thanks for that insight! I was considering using Heroku to host but it seems like it may be better to just go with another one altogether

  • Content Reverting For No Apparent Reason · 10 years ago

    Grav stores data on the file system. Heroku practices containerisation and immutable containers. This means that if you don't store your data in a database service it will get lost when your dyno recy

  • Content Reverting For No Apparent Reason · 10 years ago

    @rhusker - it looks like it was a server side issue. We moved from Heroku to Digital Ocean and the issue has gone away. We aren't sure what that issue is though... Anyway, thanks for the help!

  • Content Reverting For No Apparent Reason · 10 years ago

    We had a report of something similar a while back, and I dug into this in detail. Basically there's nothing in Grav that can revert content, or settings. Turns out the problem was an 'old' Github ho

  • Content Reverting For No Apparent Reason · 10 years ago

    Update - we are deploying the same thing to Digital Ocean to see if it is a Heroku issue.

  • Content Reverting For No Apparent Reason · 10 years ago

    Also, the Grav site in question is here: https://amp-grav.herokuapp.com

  • Content Reverting For No Apparent Reason · 10 years ago

    We've had an ongoing issue where if we edit any content on the website it reverts back after a day or so. There are no code pushes going on during this time so it isn't a repo thing (from what we can

  • Evaluating twig variable in twig for loop · 10 years ago

    Thanks Rhukster! Your comment made me realize my idiocy here. There was a capital character in the author_name variable which was causing the issue.

  • Evaluating twig variable in twig for loop · 10 years ago

    Maybe echo out {{ author }} to make sure it's set to something you expect.

  • Evaluating twig variable in twig for loop · 10 years ago

    Thanks for the response @rhukster. For some reason, when I use author there, I don't see anything resulted: '{% set author = page.header.author_name %} <h1>{{author}}</h1> {{ page.content