[TYPO3] Pages disappearing and memory limit exceeded

Tapio Markula tapio.markula at xetpoint.fi
Sun Jun 17 22:08:10 CEST 2007


Tobias Jonch kirjoitti:
> Hi,
> 
> I get an odd error when I try to download the backend extention
> 'Welcome Animations':
> 
> Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to
> allocate 1940308 bytes) in C:\Program Files
> (x86)\Typo3\htdocs\typo3wamp\typo3\mod\tools\em\class.em_terconnection.php
> on line 152
> 
> How do I make it allocate the right amount?
try ini_set(memory_limit, '64M');
in localconf.php
Endeed this should be set in server setting.
For many plugins you don't have enough memory.


More information about the TYPO3-english mailing list