Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 14220032 bytes) in /var/www/vhosts/verticom.gr/2024.charging-batteryexpo.gr/libraries/src/Cache/Storage/FileStorage.php on line 189
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 14220032 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 14220032 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#5634
  -error: array:4 [
    "type" => 1
    "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 14220032 bytes)"
    "file" => "/var/www/vhosts/verticom.gr/2024.charging-batteryexpo.gr/libraries/src/Cache/Storage/FileStorage.php"
    "line" => 189
  ]
}
  1. * @since 1.7.0
  2. */
  3. public function store($id, $group, $data)
  4. {
  5. $path = $this->_getFilePath($id, $group);
  6. $close = false;
  7. // Prepend a die string
  8. $data = '<?php die("Access Denied"); ?>#x#' . $data;
  9. if (isset($this->_locked_files[$path])) {

Stack Trace

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

  at /var/www/vhosts/verticom.gr/2024.charging-batteryexpo.gr/libraries/src/Cache/Storage/FileStorage.php:189