diff --git a/Classes/Handler/ProductionExceptionHandler.php b/Classes/Handler/ProductionExceptionHandler.php index be8e05e..61e052d 100644 --- a/Classes/Handler/ProductionExceptionHandler.php +++ b/Classes/Handler/ProductionExceptionHandler.php @@ -67,4 +67,14 @@ protected function findErrorPageConfigurationForRequest(int $statusCode) ); } + /** + * Override new method introduced in Flow 6.3.16 + * + * @return bool + */ + protected function useCustomErrorView(): bool + { + return false; + } + } \ No newline at end of file diff --git a/Configuration/Settings.yaml b/Configuration/Settings.yaml index f6dd014..fe5697d 100644 --- a/Configuration/Settings.yaml +++ b/Configuration/Settings.yaml @@ -3,11 +3,6 @@ Neos: error: exceptionHandler: renderingGroups: - notFoundExceptions: - options: - # Force static exception rendering. - templatePathAndFilename: null - viewClassName: Neos\FluidAdaptor\View\StandaloneView serverErrorExceptions: matchingStatusCodes: [ 500 ] options: