'Fatal Error', E_USER_ERROR => 'User Error', E_RECOVERABLE_ERROR => 'Recoverable Error', E_CORE_ERROR => 'Core Error', E_COMPILE_ERROR => 'Compile Error', E_PARSE => 'Parse Error', E_WARNING => 'Warning', E_CORE_WARNING => 'Core Warning', E_COMPILE_WARNING => 'Compile Warning', E_USER_WARNING => 'User Warning', E_NOTICE => 'Notice', E_USER_NOTICE => 'User Notice', E_STRICT => 'Strict', E_DEPRECATED => 'Deprecated', E_USER_DEPRECATED => 'User Deprecated', ); $title = ($exception instanceof Nette\FatalErrorException && isset($errorTypes[$exception->getSeverity()])) ? $errorTypes[$exception->getSeverity()] : get_class($exception); $expandPath = 0; // fix for ZF2 $counter = 0; ?> <?php echo htmlspecialchars($title) ?>

getCode() ? ' #' . $exception->getCode() : '') ?>

getMessage()) ?> getMessage())) ?>" id="netteBsSearch">search►

Caused by 2) ? '►' : '▼' ?>

getCode() ? ' #' . $ex->getCode() : '') ?>

getMessage()) ?>

getTrace(); $expanded = NULL ?> getFile(), $expandPath) === 0) { foreach ($stack as $key => $row) { if (isset($row['file']) && strpos($row['file'], $expandPath) !== 0) { $expanded = $key; break; } } } ?>

Source file

File: getFile(), $ex->getLine()) ?>   Line: getLine() ?>

getFile())): ?>
getFile(), $ex->getLine(), 15, isset($ex->context) ? $ex->context : NULL) ?>

Call stack

    $row): ?>
  1. inner-code ">source   (">arguments )

    "> getParameters(); } catch (\Exception $e) { $params = array(); } foreach ($row['args'] as $k => $v) { echo '\n"; } ?>
    ', (isset($params[$k]) ? '$' . $params[$k]->name : "#$k"), ''; echo Helpers::clickableDump($v); echo "
     id="netteBsSrc">
context) && is_array($ex->context)):?>

Variables

context as $k => $v) { echo '\n"; } ?>
$', htmlspecialchars($k), '', Helpers::clickableDump($v), "
getPrevious()) || (isset($ex->previous) && $ex = $ex->previous)); ?>
' ?>

Environment

Constants

$v) { echo ''; echo '\n"; } ?>
', htmlspecialchars($k), '', Helpers::clickableDump($v), "

Included files ()

\n"; } ?>
', htmlspecialchars($v), "

Configuration options

|.+$#s', '', ob_get_clean()) ?>

$_SERVER

$v) echo '\n"; ?>
', htmlspecialchars($k), '', Helpers::clickableDump($v), "

HTTP request

Headers

$v) echo '\n"; ?>
', htmlspecialchars($k), '', htmlspecialchars($v), "

$

empty

$v) echo '\n"; ?>
', htmlspecialchars($k), '', Helpers::clickableDump($v), "

HTTP response

Headers

';
			?>

no headers

  • Report generated at
  • PHP
  • (revision )