Open 3l73 opened 2 months ago
With TYPO3 9 the path var moved from typo3temp/var to the application root, which matches more the symfony standard.
var
typo3temp/var
Additionaly, the path locks was changed into lock.
locks
lock
https://github.com/mia3/crossmedia_fourallportal/blob/7f2542c0fc59a2e312bdd0de836e13235b8be860/Classes/Service/EventExecutionService.php#L516
TYPO3 itself offers functionality for locking, which should be used.
See:
ChangeLogs:
The current pull request contains a test to verify the lock baviour based on the TYPO3 locking system.
With TYPO3 9 the path
var
moved fromtypo3temp/var
to the application root, which matches more the symfony standard.Additionaly, the path
locks
was changed intolock
.https://github.com/mia3/crossmedia_fourallportal/blob/7f2542c0fc59a2e312bdd0de836e13235b8be860/Classes/Service/EventExecutionService.php#L516
TYPO3 itself offers functionality for locking, which should be used.
See:
ChangeLogs: