Bug #16912

Warning on uploading extension to TER (unserialize)

Added by Oliver Hader over 8 years ago. Updated over 8 years ago.

Status:Closed Start date:2007-01-28
Priority:Should have Due date:
Assigned To:Oliver Hader % Done:

0%

Category:Extension Manager Spent time: -
Target version:-
TYPO3 Version:4.1 Is Regression:
PHP Version:5 Sprint Focus:
Complexity:

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)

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


Related issues

related to Core - Bug #15663: EM2 need more than 32 MB Closed 2006-02-17

History

#1 Updated by Oliver Hader over 8 years ago

Uploaded patch 0004873.patch

#2 Updated by Oliver Hader over 8 years ago

Committed to Trunk

Also available in: Atom PDF