[TYPO3-dev] EM, TER2, XML and other animals

Dimitri Tarassenko mitka at mitka.us
Sat Apr 8 17:28:15 CEST 2006


Franz,

On 4/8/06, Franz Koch <typo3 at fx-graefix.de> wrote:

> I just uploaded a locally parsed "extensions.bin" and "reviewstates.bin"
> to the customers shared-hosting package where the 500 occurs. This seems
> not to be the problem as the 500 still happens and the "*.bin" files
> where allready present. So these might get created before the 500.

If I understand it correctly, extensions.bin is a serialized array
string that is then gzipped. So, when EM tries to read it it probably
uses implode(gzfile("extensions.bin")) just like it used
implode(gzfile("extensions.xml.gz")) and fails just the same.

Can you try doing implode(gzfile("extensions.bin")) _twice_ or three
times in one script and see if it crashes the server? (CLI will still
work).

--
Dimitri Tarassenko


More information about the TYPO3-dev mailing list