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

  • Find a page · 11 years ago

    Hello, thanks for the reply. I am indeed able to reach the route via the browser, and I did verify that. I have not explicitly set the published attribute either. I am using the latest grav 0.9.45.

  • Find a page · 11 years ago

    First can you reach them via your browser? That is a good way to ensure the route is correct. Second, are these pages published ? If you for some reason set them to unpublished or if you set the dat

  • Find a page · 11 years ago

    Hello, is there any setting I have to make in the front matter to make a page searchable. I have a directory xyz under pages which has sub directories.. ABC and def. These sib directories ABC and def

  • Error page · 11 years ago

    Thanks it worked: public function onPageNotFound(Event $event) { $this->grav->redirect('/error'); on Error plugin, /error being the route of my error page

  • Error page · 11 years ago

    If I'm correct, the Error plugin does not do this now. The URL stays the same. You can create your own version of the Error Plugin, add a /error404 page and add call $this->grav->redirect($this

  • Error page · 11 years ago

    That one fixed, thanks. But is it possible to get redirected to a 404 page instead of dispatching the 404 template? I mean, instead of having faulty url to have something like www.example.com/404

  • Error page · 11 years ago

    Check that the Error Plugin is installed and enabled

  • Error page · 11 years ago

    One more question....how can i redirect to a created page by route? $this->redirect('route')?

  • Error page · 11 years ago

    Hello again, My custom error page is not taken into consideration. Whenever a page is not found, this appears: http://prntscr.com/8qeycm . I created my error.html.twig inside theme templates folder. I

  • Forms not rendering · 11 years ago

    Are you using Antimatter or one of the default themes? The theme contains the templates/form.html.twig file? P.S. use triple backticks (```) to render the code nicely in the forum