Project

General

Profile

Actions

Bug #28949

closed

Uncaught TYPO3 Exception SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://typo3.org/wsdl/tx_ter_wsdl.php' : failed to load external entity "http://typo3.org/wsdl/tx_ter_wsdl.php"

Added by Kay Strobach almost 13 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extension Manager
Target version:
Start date:
2011-08-12
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

Description

The following exception is a really big blocker ...

What does TYPO3 do here?
Why does TYPO3 periodically connect to typo3.org?
Why is it impossible to work with the backend until:

1. i login with a user without typo3.org credentials
2. i allow TYPO3 to connect to typo3.org ..

Regards
Kay

Uncaught TYPO3 Exception
SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://typo3.org/wsdl/tx_ter_wsdl.php' : failed to load external entity "http://typo3.org/wsdl/tx_ter_wsdl.php" 

SoapFault thrown in file
[pathWWW]/www/t3-trunk/typo3/sysext/em/classes/connection/class.tx_em_connection_soap.php in line 88.

15 SoapClient::SoapClient("http://typo3.org/wsdl/tx_ter_wsdl.php", array)

[pathWWW]/www/t3-trunk/typo3/sysext/em/classes/connection/class.tx_em_connection_soap.php:
00086: 
00087:   if (defined('SOAP_1_2')) {
00088:    $this->client = new SoapClient($options['wsdl'], (array) $options['soapoptions']);
00089:   } else {
00090:    $this->client = FALSE;

14 tx_em_Connection_Soap::init(array, "kaystrobach", "XXXXXXX")

[pathWWW]/www/t3-trunk/typo3/sysext/em/classes/connection/class.tx_em_connection_extdirectsoap.php:
00319:     $this->settings['fe_u'],
00320:     $this->settings['fe_p']
00321:    );
00322:   }
00323:  }

13 tx_em_Connection_ExtDirectSoap::initSoap()

[pathWWW]/www/t3-trunk/typo3/sysext/em/classes/connection/class.tx_em_connection_extdirectsoap.php:
00295:    )
00296:   );
00297:   $this->initSoap();
00298:  }
00299:

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #26860: Extensionmanager: SOAP denies Backend usageClosed2011-05-17

Actions
Actions

Also available in: Atom PDF