Bug #21866
closedExt manager produce blank page
0%
Description
Ext manager stops working when I try to select "Translation Settings" and use "Save selection" button. Firsty i got max_execution_time error after 30 seconds, then I've set max_execution_time to 300, then after about 2min i got blank page.
Ext manager stopped working, I cound't access it through main menu, same long execution time and blank page afterwards. I've made anaother be_user to try again to acces it and translate, but i didn't work. Finnaly I made a downgrade to ver 4.2.9 and everything worked fine.
System: unix
php: 5.2.4
Regards
(issue imported from #M13061)
Updated by Steffen Gebert almost 15 years ago
Please have a look at your PHP error_log file or enable display_errors.
Updated by Trandel Miszcz almost 15 years ago
Notice: ob_end_clean() [ref.outcontrol]: failed to delete buffer zlib output compression. in /typo3_src-4.3.0/t3lib/class.t3lib_div.php on line 5698
Fatal error: Maximum execution time of 30 seconds exceeded in /typo3_src-4.3.0/t3lib/class.t3lib_div.php on line 5698
I have only this
Updated by Steffen Gebert almost 15 years ago
Yes.. the notice would be no problem, although it wonders me a bit, why it appears at all - it's only called, when there are still any output buffers active.
Are those warnings really new (issued after incresing max_execution time to 300)? I think the setting is not used.
Updated by Trandel Miszcz almost 15 years ago
it was used on another server, ill set it again and check for new errors
Updated by Trandel Miszcz almost 15 years ago
i've set max_execution time to 300 and after a 4min I got a blank page. What can be done next?
Updated by Steffen Gebert almost 15 years ago
Uhm.. 4min is a really long time. What's in the log file?
Updated by Trandel Miszcz over 14 years ago
The solution for this issue is here:
http://bugs.typo3.org/view.php?id=13427
please make a fix for function cleanOutputBuffers()
Updated by Steffen Gebert over 14 years ago
The patch for #22059 is now pending in the core list. Please test and vote immediately (you can give your okay by answering "+1 by testing", after you did test the code and "by reading" after you read the code).
Please hurry up, if you want this in the next releases of TYPO3!
Updated by Peter de over 14 years ago
I've got the same problem.
In the error log is only the fatal error: Maximum execution time of 30 seconds exceeded in /typo3_src-4.3.0/t3lib/class.t3lib_div.php on line 5698
Setting max_execution time to 300 is not the sollution.
What can I do to resolve this problem? Wait for a new release?