Actions
Bug #18456
closedPage lock not released when error page was generated
Start date:
2008-03-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If FE creates a error message (like "No template found"), a former acquired page Lock is not released.
This leads to 30 second delays when such a page is reloaded.
Attached patch adds a releasePageGenerationLock() to printError() in class.tslib_fe.php to fix this.
pageErrorHandler() probably also needs some additional calls.
(issue imported from #M7874)
Files
Actions