Bug #16091
closedTry to upload extension: SOAP-ENV:Client: Bad Request
0%
Description
When I try to upload my new extension to the repository, the error message "SOAP-ENV:Client: Bad Request" always occurs. The extension name is without underscores "_". I also tried to use different upload comments. But there is always the same error.
I am using Typo3 4.0.
Does somebody have an idea?
(issue imported from #M3356)
Updated by Schopfer Olivier over 18 years ago
Same problem for me with a new extension
Updated by Andre Obereigner over 18 years ago
Someone told me that soap support might not be enabled on Windows. So I had a look and it was true. After adding extension=php_soap.dll in php.ini, the upload of my extension worked without any problems.
Updated by Schopfer Olivier over 18 years ago
Does this mean that the soap extension has to be compiled with php on the Typo3 server? I'm operating a Linux server, and did not include the soap extensions so far. It didn't seem to be required with Typo3 3.8.1.
http://ch2.php.net/manual/en/ref.soap.php
Or any other configuration?
Updated by dan frost about 18 years ago
I had this issue on linux and fixed this by installing SOAP into PHP. PHP version was 5.x.
Updated by Robert Lemke almost 18 years ago
The error only occurs if the NuSOAP implementation is used - if the PHP SOAP implementation is active, uploads work fine.
Updated by Robert Lemke almost 18 years ago
Karsten's patch in 4.1beta2 works for me. Today I tested an extension upload with the PHP5 SOAP extension enabled. It worked fine but I got a little error:
Warning: unserialize() expects parameter 1 to be string, array given in typo3/mod/tools/em/class.em_terconnection.php on line 278
Karsten?
Updated by Christian Kuhn about 13 years ago
- Status changed from New to Closed
- Target version deleted (
0) - PHP Version deleted (
4)
Closed: Nusoap is not supported in younger TYPO3 versions anymore.