Actions
Bug #15354
closedImport of testsite from T3D exceeds PHP maximum_execution_time
Start date:
2006-01-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When testing the import of a T3D-based testsite package on my local install, I bumped up against PHP's maximum_execution_time of 30 seconds. Once I raised this limit in php.ini, the import worked properly.
At Michael Stucki's suggestion, I revert to the original php.ini and added "ini_set('max_execution_time', 300);" to the top of typo3conf/localconf.php, which also fixed the timeout problems.
Adding ini_set to the impexp system extension should fix this issue.
(issue imported from #M2169)
Updated by Sebastian Kurfuerst almost 19 years ago
Fixed in CVS.
Greets, Sebastian
Actions