Actions
Bug #16990
closedChange error message for low memory during install.
Start date:
2007-02-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently an install on a stock debian or ubuntu system will often fail.
It gives the fail-message
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 18753 bytes) in /var/www/typo3/typo3_src-4.0.4/t3lib/class.t3lib_install.php on line 651
this is not a useful message.
A much more useful message would be:
You have to change your php.ini . go to /etc/php4/apache2 and change the following values:
memory_limit = 24M (default its 8M, whats to less)
upload_max_filesize = 10M (default is 2M, whats to less)
thank you.
(issue imported from #M4990)
Updated by Michael Stucki almost 18 years ago
1) This is a PHP error message, so we cannot change the wording
2) The EM memory problem should be gone in 4.1 anyway...
Actions