Actions
Bug #36691
closedFAL: migrate file relations: Lock file could not be created
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2012-04-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Fatal error: Uncaught exception 'RuntimeException' with message 'Lock file could not be created' in /home/phil/t3-playground/t3-git/t3lib/class.t3lib_lock.php on line 192
( ! ) RuntimeException: Lock file could not be created in /home/phil/t3-playground/t3-git/t3lib/class.t3lib_lock.php on line 192
Call Stack
( ! ) RuntimeException: Lock file could not be created in /home/phil/t3-playground/t3-git/t3lib/class.t3lib_lock.php on line 192
Call Stack
- Time Memory Function Location
1 0.4553 14628880 t3lib_error_AbstractExceptionHandler->handleException( ) ../class.t3lib_error_abstractexceptionhandler.php:0
2 0.4553 14628880 t3lib_error_DebugExceptionHandler->echoExceptionWeb( ) ../class.t3lib_error_abstractexceptionhandler.php:50
3 0.4715 14660192 t3lib_error_AbstractExceptionHandler->writeLogEntries( ) ../class.t3lib_error_debugexceptionhandler.php:64
4 0.4716 14662088 t3lib_div::sysLog( ) ../class.t3lib_error_abstractexceptionhandler.php:76
5 0.4717 14665784 t3lib_lock->acquire( ) ../class.t3lib_div.php:5103
I was in the standalone install tool and there was no other request on the server.
Seems like this error messed it all up :(
Actions