[TYPO3-linux] Blank page after step 3 of 1-2-3 install

Dimitri Tarassenko mitka at mitka.us
Fri Mar 10 03:32:30 CET 2006


On 3/9/06, M. Stanley <superstan76 at hotmail.com> wrote:

> I've set the amount of memory PHP scripts are allowed to use from the
> default 8MB to 64M but that didn't fix the problem.
>
> My PHP error log says the following:
> PHP Fatal error:  Allowed memory size of 8388608 bytes exhausted (tried to
> allocate 3377 bytes) in
> /var/www/typo3_src-3.8.1/t3lib/class.t3lib_install.php on line 596
>
> What is wrong and how do I fix it???

Apparently you either did not restart Apache after a PHP configuration
change or changed it in a wrong place. You need to either override the
option in /etc/php.ini or, if you do it through the apache config,
add:

php_value memory_limit 128M

inside <VirtualHost> container in your virtual host configuration
file. I typically do the latter to keep php.ini intact the way it
comes from RH.
--
Dimitri Tarassenko


More information about the TYPO3-linux mailing list