Project

General

Profile

Actions

Bug #16990

closed

Change error message for low memory during install.

Added by graeme worthy almost 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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)

Actions

Also available in: Atom PDF