This error page was specially constructed to be far more informative than the default TYPO3 errors - in order to specifically debug problems with Fluid page templates. Since the error message itself is based on an Exception, this page can provide additional troubleshooting info based on your specific TYPO3 site's settings and templates.
Yes, of course. There are two ways to do that:
plugin.tx_fluidpages.view.templateRootPath
to another path also containing the
Error.html file. If your custom error page uses Partials and/or Layouts, remember to add those
paths as well - also under the plugin.tx_fluidpages.view
location.
plugin.tx_fluidpages.settings.displayErrors = 1
but beware; this has
the effect that the Exception is thrown as it normally would be - leaving it up to the TYPO3
error handler (and its settings!) to take care of reporting, which means among other things the
reporting is affected by the Install Tool's displayErrors
setting.
The error occurred while initialising the View of a Flux enabled controller, most likely the Fluidpages controller - normally such errors will be caused by one of the following:
partialRootPath
setting to be present).
NB: This page template is EXT:fluidpages/Resources/Private/Templates/Page/Error.html and it is being used because no custom error page could be detected and used - which usually points to configuration missing completely.