Actions
Feature #22882
closedImport / Export has hardcoded memory_limit set
Start date:
2010-06-15
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
When importing/exporting pages, it sometimes happens that a memory overflfow error appears which says that the max memory limit of 256M has been exceeded. When you set the max memory limit in you php_ini or with htaccess to something higher, this value is ignored and replaced by 256M.
It would be nice if one could set this in localconf.php or something like this and keep a standard value of 256M.
For those who have known problems like this, go to typo3/sysext/impexp/class.tx_impexp.php and comment the line 185.
(issue imported from #M14728)
Updated by Chris topher over 14 years ago
Thanks for reporting that issue.
However this already has been reported:
Resolved as duplicate of #17020.
Actions