PHP extension “soap” must be loaded error in magento
how to resolve error PHP extension “soap” must be loaded error in magento
In thos post we will show you how to resolve Error of PHP extension soap must be loaded. Hear we give few Step to resolve Error of PHP extension “soap” must be loaded.
Error : PHP extension soap must be loaded in magento
Step 1 :
Open xampp server Or
xampp/php/php.ini
And open php.ini
File
Step 2 :
Apache / config click ok button
( if you open php.ini using xampp server )
Step 3 :
find (ctrl + f) word “soap”
and remove “;”
;extension=php_soap.dll
change this line from::
;extension=php_soap.dll
TO::
extension=php_soap.dll
Step 4 :
Save php.ini File
Step 5 :
Restart xampp server
Here is a video to show you “how to resolve Error of PHP extension ‘soap’ must be loaded”.