Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16781144 bytes) in /var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Cache/Storage/FileStorage.php on line 188
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16781144 bytes) (500 Whoops, looks like something went wrong.)

OutOfMemoryError

HTTP 500 Whoops, looks like something went wrong.

Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16781144 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#33933
  -error: array:5 [
    "type" => 1
    "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 16781144 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"
      ]
    ]
  ]
}
  1. *
  2. * @since 1.7.0
  3. */
  4. public function store($id, $group, $data)
  5. {
  6. $path = $this->_getFilePath($id, $group);
  7. $close = false;
  8. // Prepend a die string
  9. $data = '<?php die("Access Denied"); ?>#x#' . $data;

Stack Trace

OutOfMemoryError
Symfony\Component\ErrorHandler\Error\OutOfMemoryError:
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16781144 bytes)

  at /var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Cache/Storage/FileStorage.php:188