Project

General

Profile

Actions

Bug #16912

closed

Warning on uploading extension to TER (unserialize)

Added by Oliver Hader about 17 years ago. Updated about 17 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Extension Manager
Target version:
-
Start date:
2007-01-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

After uploading an extension to TER, the following warning appears:
Warning: unserialize() expects parameter 1 to be string, array given in /[...]/typo3/mod/tools/em/class.em_terconnection.php on line 278.

Line 278 in class.em_terconnection.php contains:
'techInfo' => unserialize($uArr['techInfo']),

But $uArr['techInfo'] is an array. So, there a two possibilites (I guess last one):
  • serialize($uArr['techInfo'])
  • $uArr['techInfo']

(issue imported from #M4873)


Files

0004873.patch (619 Bytes) 0004873.patch Administrator Admin, 2007-02-20 21:35

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #15663: EM2 need more than 32 MBClosedKarsten Dambekalns2006-02-17

Actions
Actions #1

Updated by Oliver Hader about 17 years ago

Uploaded patch 0004873.patch

Actions #2

Updated by Oliver Hader about 17 years ago

Committed to Trunk

Actions

Also available in: Atom PDF