0

I'm trying to fake requests in a Bolt CMS. The reason is, that I want to generate a static HTML Version of the Site. Using the Sitemapextension I got a list of available URLs.

I'm using the Symfony Request class to fake an URI by running $app->run($request) where $request is an instance of Symfony\Component\HttpFoundation\Request

The problem with that is, that It will throw some errors complaining about missing template files.

My question is what settings need to be tweaked to persuade bolt to answer correctly to my fake requests?

Gabriel
  • 3
  • 1
  • add the errors you get – john Smith Sep 01 '14 at 11:08
  • The error I get is the following: ```

    Bolt - Fatal error.

    • Class: Twig_Error_Loader
    • Message: Template "entry.twig" is not defined ().
    • Code: 0
    ``` I guess its due to the path and host modifications I try to accomplish
    – Gabriel Sep 02 '14 at 10:59

0 Answers0