Closed seehat closed 8 years ago
It seams that the path when loading the error template isn't correct. Shouldn't it be like this:
$html = Tpl::load(dirname(__DIR__) . DS . 'templates' . DS . 'twigerror.php', [ 'title' => $title, 'message' => $message, 'file' => $file, 'code' => $code ]); return new Response($html, 'html', 500);
Welp, that's embarrassing.
Fixed in 2.0.1. Thanks for the heads up!
It seams that the path when loading the error template isn't correct. Shouldn't it be like this: