PHP SOAP extension required to function

Hi,

I was installaing new xibo server it is showing an error in

PHP SOAP extension required to function

pls tell me which line in php.in has to be changed

It will depend on what web server you are using.

If you do google search for “your webserver” how to install php soap, you should find the right place.

i am using XAMPP server…

ok, so make sure it is installed, it should be in xampp\php\pear\SOAP
then open php.ini
find
extension=php_soap.dll
and make sure it’s not commented out (no ; before it)

1 Like

Solved .Thank you very much for your support