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 Sitemap
extension 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?
Bolt - Fatal error.