Project

General

Profile

Actions

Bug #16770

closed

Fatal error: Allowed memory size

Added by Marko Hoffmann over 17 years ago. Updated about 17 years ago.

Status:
Closed
Priority:
Should have
Category:
Extension Manager
Target version:
-
Start date:
2006-12-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1beta1
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I will update the extensions list and i become always this error message:

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 1832219 bytes) in /home/www/account13/typo3_src-4.1beta1a/typo3/mod/tools/em/class.em_xmlhandler.php on line 141

From the class.em_xmlhandler.php
function saveExtensionsXML() {
LINE 141: t3lib_div::writeFile(PATH_site.'typo3temp/extensions.bin',gzcompress(serialize($this->extXMLResult)));
t3lib_div::writeFile(PATH_site.'typo3temp/reviewstates.bin',gzcompress(serialize($this->reviewStates)));
}

System: Debian Sarge 3.1
PHP Version 5.2.0-0.dotdeb.2 with Suhosin Patch 0.9.6.1 and Zend Engine 2.2.0

Allowed memory: 64MB
(issue imported from #M4620)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #15663: EM2 need more than 32 MBClosedKarsten Dambekalns2006-02-17

Actions
Actions #1

Updated by Andreas Wolf over 17 years ago

This bug is already known. A fix is being developed and will be included into 4.1 final. See e.g. bug #0002615 for details.

Actions

Also available in: Atom PDF