Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2963688 bytes) in /volume1/web_packages/joomla/libraries/src/Cache/Storage/FileStorage.php on 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 2963688 bytes) at /volume1/web_packages/joomla/libraries/src/Cache/Storage/FileStorage.php:183 |