Bug #16912
Warning on uploading extension to TER (unserialize)
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']),
- serialize($uArr['techInfo'])
- $uArr['techInfo']
(issue imported from #M4873)
Related issues
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