Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#34450 -error: array:5 [ "type" => 1 "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 17168400 bytes)" "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Cache/Storage/FileStorage.php" "line" => 188 "trace" => array:10 [ 0 => array:5 [ "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Cache/Cache.php" "line" => 271 "function" => "store" "class" => "Joomla\CMS\Cache\Storage\FileStorage" "type" => "->" ] 1 => array:5 [ "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Cache/Controller/OutputController.php" "line" => 98 "function" => "store" "class" => "Joomla\CMS\Cache\Cache" "type" => "->" ] 2 => array:5 [ "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Document/HtmlDocument.php" "line" => 576 "function" => "store" "class" => "Joomla\CMS\Cache\Controller\OutputController" "type" => "->" ] 3 => array:5 [ "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Document/HtmlDocument.php" "line" => 900 "function" => "getBuffer" "class" => "Joomla\CMS\Document\HtmlDocument" "type" => "->" ] 4 => array:5 [ "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Document/HtmlDocument.php" "line" => 650 "function" => "_renderTemplate" "class" => "Joomla\CMS\Document\HtmlDocument" "type" => "->" ] 5 => array:5 [ "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Application/CMSApplication.php" "line" => 1136 "function" => "render" "class" => "Joomla\CMS\Document\HtmlDocument" "type" => "->" ] 6 => array:5 [ "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Application/SiteApplication.php" "line" => 585 "function" => "render" "class" => "Joomla\CMS\Application\CMSApplication" "type" => "->" ] 7 => array:5 [ "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Application/CMSApplication.php" "line" => 325 "function" => "render" "class" => "Joomla\CMS\Application\SiteApplication" "type" => "->" ] 8 => array:5 [ "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/includes/app.php" "line" => 58 "function" => "execute" "class" => "Joomla\CMS\Application\CMSApplication" "type" => "->" ] 9 => array:4 [ "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/index.php" "line" => 51 "args" => array:1 [ 0 => "/var/www/vhosts/franzdorfer.com/httpdocs/includes/app.php" ] "function" => "require_once" ] ] ] }
* * @since 1.7.0 */ public function store($id, $group, $data) { $path = $this->_getFilePath($id, $group); $close = false; // Prepend a die string $data = '<?php die("Access Denied"); ?>#x#' . $data;|
OutOfMemoryError
|
|---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 17168400 bytes) at /var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Cache/Storage/FileStorage.php:188 |