Project

General

Profile

Actions

Bug #78924

closed

worspace and version

Added by bingquan no-lastname-given over 7 years ago. Updated over 5 years ago.

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 #1

Updated by Gerrit Code Review over 7 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

Actions #2

Updated by Gerrit Code Review over 7 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

Actions #3

Updated by Benni Mack over 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF