Project

General

Profile

Actions

Bug #16829

closed

EM: cannot upload extensions

Added by Dmitry Dulepov over 17 years ago. Updated over 14 years ago.

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

0%

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

Description

Problems happens with latest SVN on both 4.0 and 4.1. Errors displayed: ==========================================
Warning: unserialize() expects parameter 1 to be string, array given in C:\Projects\t3test\typo3\mod\tools\em\class.em_terconnection.php on line 278

Parse error: syntax error, unexpected T_STRING in C:\Projects\t3test\typo3\mod\tools\em\class.nusoap.php(5924) : eval()'d code on line 1

Fatal error: Class 'soap_proxy_25721' not found in C:\Projects\t3test\typo3\mod\tools\em\class.nusoap.php(5926) : eval()'d code on line 1 ==========================================
I use cURL proxy with password authentication (which is correct) if it lights anything...

(issue imported from #M4735)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #16082: I get a parse error when I try to upload an extension.Rejected2006-04-24

Actions
Actions #1

Updated by Dmitry Dulepov over 17 years ago

Update: this happens if SOAP is disabled in PHP. Why EM does not warn about missing SOAP?

Actions #2

Updated by Franz Holzinger almost 16 years ago

I confirm this bug. I wanted to upload sr_feuser_register and it says:

Parse error: syntax error, unexpected T_STRING in /var/www/html/typo3_src-4.2.0/typo3/mod/tools/em/class.nusoap.php(5924) : eval()'d code on line 1
Call Stack
  1. Time Memory Function Location
    1 0.0006 125016 {main}( ) ../index.php:0
    2 0.7945 46061184 SC_mod_tools_em_index->main( ) ../index.php:54
    3 0.7946 46061368 SC_mod_tools_em_index->showExtDetails( ) ../class.em_index.php:563
    4 1.0952 49845928 SC_mod_tools_em_index->uploadExtensionToTER( ) ../class.em_index.php:2176
    5 1.0952 49845928 SC_mod_tools_em_terconnection->uploadToTER( ) ../class.em_index.php:5031
    6 1.9814 51753944 em_soap->init( ) ../class.em_terconnection.php:311
    7 2.0403 51829616 soapclient->getProxy( ) ../class.em_soap.php:109
( ! ) Fatal error: Class 'soap_proxy_1879655436' not found in /var/www/html/typo3_src-4.2.0/typo3/mod/tools/em/class.nusoap.php(5926) : eval()'d code on line 1
Call Stack
  1. Time Memory Function Location
    1 0.0006 125016 {main}( ) ../index.php:0
    2 0.7945 46061184 SC_mod_tools_em_index->main( ) ../index.php:54
    3 0.7946 46061368 SC_mod_tools_em_index->showExtDetails( ) ../class.em_index.php:563
    4 1.0952 49845928 SC_mod_tools_em_index->uploadExtensionToTER( ) ../class.em_index.php:2176
    5 1.0952 49845928 SC_mod_tools_em_terconnection->uploadToTER( ) ../class.em_index.php:5031
    6 1.9814 51753944 em_soap->init( ) ../class.em_terconnection.php:311
    7 2.0403 51829616 soapclient->getProxy( ) ../class.em_soap.php:109
    8 2.0697 51843168 eval( ''$proxy = new soap_proxy_1879655436(\'\');'' ) ../class.nusoap.php:5926
Actions

Also available in: Atom PDF