Bug #33119
closed
Upload to TER not possible
Added by Pascal Uhlmann almost 13 years ago.
Updated over 11 years ago.
Category:
Extension Manager
Description
I'm also having the same problem as Thomas Loeffler reported in #24594 using version 4.5.10. The upload tab in the extension manager is active and after starting the upload of an extension it fails with the following error message:
*
***
***
SoapClient::SoapClient() [soapclient.soapclient]: 'uri' option is requred in nonWSDL mode
So I can't upload any extension updates at the moment.
- Status changed from New to Needs Feedback
- Priority changed from Must have to Should have
Could you please check, whether you have the PHP extension soap
installed? It will be listed in a phpinfo()
Yes, it is installed and the SOAP Client is enabled!
I have the same problem (and I also have the soap extension installed).
- Status changed from Needs Feedback to Accepted
Oli, are you willing to debug it? I have nothing to upload and won't be able to take care of this one, sorry. Would be nice, if you could fix it :)
Yes, I will look into it.
I had the same error and could track it down to a missing "selectedRepository" entry in the $this->settings array in the EM connections classes, although there was a repository selected in the settings tab of the EM. This results in a missing wsdl_url and the first parameter of the SoapClient constructor is NULL. After my third or fourth upload try (for debugging) there was no error message any more and the uplaod worked, although I just had entered some devlog lines. So it's obviously not reliable reproducable
Okay, so the problem went away after I saved the EM settings again. Going to look into it further.
I honestly don't know how to reproduce this problem once it has disappeared ...
In my case $options['wsdl'] was NULL. Setting a mirror solved the issue.
- Status changed from Accepted to Rejected
Also available in: Atom
PDF