Bug #18293
closedHanging of TYPO3
0%
Description
TYPO3 (whether it is php, apache or mysql) sometimes hangs when trying to view the page on the front end. I have to restart TYPO3 and then it works for some time. The problem has occured when trying to view my Flex-based plug-ins, although I do not assert that comes from that.
(issue imported from #M7649)
Updated by emds-itsupport over 16 years ago
It seems that this hanging which causes me to restart is due to a locking error. Following message is generated when I remove the locks folder:
Warning: touch() [function.touch]: Unable to create file C:/typo3c/htdocs/Quickstart/typo3temp/locks/55961bb3f3c4fa0ebb0d136f9a0ab51d because No such file or directory in C:\typo3c\htdocs\Quickstart\t3lib\class.t3lib_lock.php on line 153
Fatal error: Uncaught exception 'Exception' with message 'Lock file could not be created' in C:\typo3c\htdocs\Quickstart\t3lib\class.t3lib_lock.php:154 Stack trace: #0 C:\typo3c\htdocs\Quickstart\typo3\sysext\cms\tslib\class.tslib_fe.php(2746): t3lib_lock->acquire() #1 C:\typo3c\htdocs\Quickstart\typo3\sysext\cms\tslib\class.tslib_fe.php(1724): tslib_fe->acquirePageGenerationLock(Object(t3lib_lock), '578::') #2 C:\typo3c\htdocs\Quickstart\typo3\sysext\cms\tslib\index_ts.php(371): tslib_fe->getFromCache() #3 C:\typo3c\htdocs\Quickstart\index.php(76): require('C:\typo3c\htdoc...') #4 {main} thrown in C:\typo3c\htdocs\Quickstart\t3lib\class.t3lib_lock.php on line 154
Updated by Oliver Hader over 16 years ago
Please create the directory ./typo3temp/locks/ and make it writable for the user your Apache is running with.
Concerning the locking you have to install one more patch "0007333_post_v2.patch" which is available at this bug report: #18084
Updated by Oliver Hader over 16 years ago
Duplicate of #18279 - fix is attached there