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
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50902
Updated by Gerrit Code Review almost 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50909
Updated by Benni Mack almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3252f5b3144bfc778e5e5dc3bc6cd679cc29bef9.
Actions