/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/templates/Error
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/templates/Error/fatal_error.php (1143B)
layout = 'dev_error';
$this->assign('title', 'Fatal Error');
$this->assign('templateName', 'fatal_error.php');
$this->start('subheading');
?>
Error
= h($error->getMessage()) ?>
File
= h($error->getFile()) ?>
Line
= h($error->getLine()) ?>
end() ?>
start('file');
if (extension_loaded('xdebug')):
xdebug_print_function_stack();
endif;
$this->end();