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

  • Admin media, admin saving: unauthorized · 11 years ago

    There is no support for a media page type, eg media.html.twig in either Antimatter or the admin plugin. I don't know what theme your are running, or how you are getting a reference to that template u

  • Admin media, admin saving: unauthorized · 11 years ago

    Hmm. [2015-12-07 20:05:26] grav.CRITICAL: Template "media.html.twig" is not defined. - Trace: #0 C:\xampp\htdocs\grav\system\src\Grav\Common\Grav.php(157): Grav\Common\Twig\Twig->processSite(NULL)

  • Admin media, admin saving: unauthorized · 11 years ago

    What about the "Admin", "Login", "Form", and "Email" plugins. Also make sure you clear the cache. Unfortunately it's only you that is having this problem. Everyone else seems to have moved beyond t

  • Admin media, admin saving: unauthorized · 11 years ago

    Sorry for doubling up if the problems are unrelated. You are already running the latest version of Grav (v1.0.0-rc.6) released on Tue Dec 1 20:13:36 2015 Nothing to update. Still the Unauthorized mes

  • Admin media, admin saving: unauthorized · 11 years ago

    The question regarding media. That is not just an 'upload box' it's a list of media, so yes, they should show up there even after you are done uploading and you go back to the page.

  • Admin media, admin saving: unauthorized · 11 years ago

    One problem at a time. I know you say you are all up to date, but the unauthorized errors are caused by trying to make calls without the appropriate nonces which are used for security purposes. I wou

  • Admin media, admin saving: unauthorized · 11 years ago

    Hi, I'm getting the ol' Unauthorized message on really basic admin tasks -- saving a page, navigating from the page editor to the page list, etc. Is this part of the general unauthorized problem that'

  • 'Add a contact form' · 11 years ago

    I added this line and it works now, thank you so much!

  • 'Add a contact form' · 11 years ago

    Make sure your form.html.twig file, if your theme provides it, includes this line https://github.com/getgrav/grav-plugin-form/blob/develop/templates/forms/default/form.html.twig#L28

  • 'Add a contact form' · 11 years ago

    Hi, i got the same problem, after submit i get "Oops there was a problem, please check your input and submit the form again." Did you find a solution?