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