2 $this->redirectLinks = false;
4 <h1><?php echo $this->translate('An error occurred')?></h1>
5 <h2><?php echo $this->message ?></h2>
7 <?php if (isset($this->exception)): ?>
9 <h3>Exception information:</h3>
11 <b>Message:</b> <?php echo $this->exception->getMessage() ?>
15 <pre><?php echo $this->exception->getTraceAsString() ?>
18 <h3>Request Parameters:</h3>
19 <pre><?php echo var_export($this->request->getParams(), true) ?>
25 if ($this->isServerError) {
26 echo $this->translate('Please try again later');
28 echo $this->anchor($this->baseUrl(), $this->translate('go to main page'));