Hello Chris,

Chris wrote:
Maybe in the typo3 code they have a memory_limit set:

Yes! You were right. There was a

ini_set('memory_limit', '256M');

hardcoded in the extension.

(for the archive:
it was in "typo3_src-4.1.1/typo3/sysext/impexp/class.tx_impexp.php" on line 183)


Commenting the line resolves the Problem.

Unfortunatly I did not have the option to use a mysqldump as I updated my
typo3-installation and had quite a bit of old data in the DB.
Therefore I wanted to add the content into a clean Installation. It worked.

Thank you so much!

Greets,

Tobias

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to