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

  • IIS - Server 500 · 11 years ago

    first off. do you have IIS URL Rewrite module installed?

  • IIS - Server 500 · 11 years ago

    Hello! mwigss I can try to help you

  • IIS - Server 500 · 11 years ago

    Ah sorry didn't catch that, probably is not that then. I will point some people who use IIS to this thread, maybe they have some insights.

  • IIS - Server 500 · 11 years ago

    This only appears to relate to Apache. How can you edit the threadstacksize in IIS?

  • IIS - Server 500 · 11 years ago

    Did you change your ThreadStackSize per the documentation on learn.getgrav.org as it's the most likely culprit.

  • IIS - Server 500 · 11 years ago

    I am trying to get a skeleton Grav working on IIS7. I have installed PHP for IIS (v5.3) and confirmed it is working via info.php, but when I load the site, I just get a server 500 error. I haven't bee

  • How to trigger a 404 error from within a plugin · 11 years ago

    Hi @hmaier, the cleanest way to issue a 404 error from within a plugin is by calling the onPageNotFound event i.e. $this->grav->fireEvent('onPageNotFound'); This will trigger the error page from

  • How to trigger a 404 error from within a plugin · 11 years ago

    One of my plugins does some processing and has to generate a 404 response to the user. How can this be done so the user sees the standard error page from the error plugin? I tried to do throw new \Run

  • Best way to get first image from collection · 11 years ago

    Yes.

  • Best way to get first image from collection · 11 years ago

    Is your last example working for you?