Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#184 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 98570240 bytes)" "file" => "/home/canad092/public_html/templates/ja_good/error.php" "line" => 24 ] }
//get language and direction$doc = JFactory::getDocument();$this->language = $doc->language;$this->direction = $doc->direction;$theme = JFactory::getApplication()->getTemplate(true)->params->get('theme', '');echo '<pre>: '. print_r( $this->error, true ) .'</pre>';die;?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"><head> <title><?php echo $this->error->getCode(); ?> - <?php echo $this->title; ?></title>|
OutOfMemoryError
|
|---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 98570240 bytes) at /home/canad092/public_html/templates/ja_good/error.php:24 |