Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#23017 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 22873384 bytes)" "file" => "/var/www/html/libraries/src/Cache/Storage/FileStorage.php" "line" => 188 ] }
* * @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 22873384 bytes) at /var/www/html/libraries/src/Cache/Storage/FileStorage.php:188 |