Php-soap client installation in Joomla - soap

What is the process of installing Php-soap client in Joomla. I didn't find any package about php-soap client.
When I run my sample it throw the error message : Fatal error: Class 'SoapClient' not found in /hermes/bosweb/web088/b886/ywh.brett/stratalliance/components/com_jumi/jumi.php(25) : eval()'d code on line 3
Please somebody help me, how to resolve this issue.

you probably haven't enabled soap on your php installation
if you're not on your own managed host, you're probably out of luck, contact your hosting provider and ask them if they can enable it for you

Related

Internal Server Error while setting up 2Fa in phpmyadmin 4.8 dev

So. Few hours ago I read that new development version of phpmyadmin supports 2FA. It excited me a lot, couse I felt lack of security in my previous installation of phpmyadmin. I successfully installed dev version 4.8, but on the moment of activation 2FA i got 500 Internal Server Error. It appears after clicking "Configure two-factor authentication". Screenshot is attached.
English versoin of error:
"Error in processing request
Error code: 500
Error text: Internal Server Error (rejected)
It seems that the connection to server has been lost. Please check your network connectivity and server status."
Is it a bug, or just my mistake somewhere?
I installed all the necessary extensions that were asked by phpmyadmin.
P.S. Sorry for my english and for being noob. lol
screenshot
For anyone wondering, the problem is that php-gd is not on the target system...

how to install switchyard in JBDS?

I am getting the error as could not find file while trying to install from main menu help and install new software and adding the appropriate site.
Please check if you are using proxy and if the proxy details are correct. if it fails even with correct proxy. You can try offline install
https://docs.jboss.org/author/display/SWITCHYARD/Installing+Eclipse+Tooling

Exception on install msmqdistributor for Enterprise Library 6

I am trying to install msmqdistributor service for Enterprise Library 6, but got this exception:
An exception occurred during the Install phase.
System.InvalidOperationException: Unable to get installer types in the C:\EntLib\MsmqDistributor.exe assembly.
The inner exception System.Reflection.ReflectionTypeLoadException was thrown with the following error message: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information..
That requested types it is looking for?
Thanks much for help in advance!
I Have solved it myself. Hope this may help other people who wanted to use MSMQ for logging out.
I re-downloaded the source code, and using the batch command to recompiled the whole Enterprise Library 6. This generated a working msmqdistributor.exe.
Please note, I also recompiled the source code from the LAB solution, and that did not work.

NuGet.Server Bad Request

I am currently trying to setup a NuGet server on our intranet but I'm having a problem. I'm following the instructions here:
http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds
The website works fine, but when I try to point the package manager at the source I get an error:
"Could not connect to the feed specified at 'myserver/DataServices/Packages.svc'. Please verify the package source (located in the Package Manager Settings) is valid and ensure your network connectivity."
The URL is correct, copied from the website and is "http://myserver/nuget".
Using Fiddler I inspected the data transfer and I get:
<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code></code>
<message xml:lang="en-AU">Bad Request - Error in query syntax.</message>
</error>
There are no error logs I can find on the server.
Can anyone help with this? I'd really like to use NuGet.Server but I'm out of ideas.
Thanks
Are you running the lastest versions of both the NuGet.Server and the Package Manager in VS?
Have you installed ASP.NET MVC 3 on the server?
Are you pointing the client directly at the base URL, or at the .svc endpoint? You should use the base URL - the call semantics have changed recently.

Error with GWT Stockwatcher tutorial

I am working through the GWT tutorial. I get through step 3 and when I go to run it I get an error with the web browser that says, "Plugin failed to connect to host mode server at 127.0.0.1:9997"
In the eclipse development mode there are two errors one with finding entry point classes that says,"unable to find type 'com.google.gwt.sample.stockwatcher.client.Stockwatcher'" And another error that says, "failed to load module stockwatcher from user agent.
Any ideas? Help is greatly appreciated.
Maybe this can help.
I hope so.