Posted by : Tom Doyle in (Web Development) 27th Aug, 2008
When Typo3 4.2.1 Install Tool is blank
Tagged Under : PHP, Typo3
While installing the latest version of Typo3 4.2.1 on a new server, we encountered a strange issue.
For some odd reason the Install page was blank. After much searching we found that it was in fact because of the php memory limit. Luckily we were able to change this in the .htaccess file by simply adding the following line to it:
php_value memory_limit 32M
Typo3 needs 32MB of memory to run.
I hope this helps some frustrated Typo3 developers who have had the same issue!


















Not frustrated but indeed having the same problem. Thanks for posting and being helpful!
Cheers
Robb.