May. 9., 2008
TYPO3 breaks on Ubuntu 8.04 LTS Hardy Heron (and how to fix it)
By Steffen Müller. Licensed under the Creative Commons License
After a dist-upgrade from Gutsy to Hardy on our webserver, TYPO3 was suddenly broken. The reason is a bug in PHP 5.2.4. There is a workaround for TYPO3, but unfortunately the patch is still pending in the core list.
Oliver Harder already requested to commit a patch and it works.
So if you run into trouble with Ubuntu 8.04, download the patch to your typo3_src directory and patch your sources:
patch -p0 < 0006158_v2.patch
License
This article is licensed under the Creative Commons License CC BY-SA 3.0. You are free to share (copy, distribute and transmit) and to remix (to adapt) the work under the following conditions:
- You must attribute the work by mentioning the name of the author (Steffen Müller) and setting a link back to the original article using its URL.
- If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

The bug seems to affect only fcgi environments.
Thanks!! this patch worked great for me. Great job.
btw. my env fcgi based with nginx.