Actions
Bug #78924
closedworspace and version
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-12-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
$lockFileName = PATH_site . 'typo3temp/swap_locking/' . $table . ':' . $id . '.ser'; line:828 TYPO3\CMS\Version\Hook\DataHandlerHook.php
fopen($lockFileName ) shows always error
Protocol error in /htdocs/demo76/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 2706
when I changed it to ' . $table . '-' . $id . '.ser', it is ok
my system is debian 8
Actions