Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

magento . PHP extension "soap" must be loaded

Tags:

magento-1.7

I have shared server from domain.com

And when I try to install full package I get this issue : PHP extension "soap" must be loaded.

And I ask my customer service, he told me we can't solve this issue you must get VP host (VIP ) not shared server. Please help me to solve this issue.

like image 528
Amrcy Avatar asked Dec 22 '15 18:12

Amrcy


2 Answers

Simply go in php.ini file and Find this code ;extension=php_soap.dll remove terminate sign like do it extension=php_soap.dll

like image 161
Grace Avatar answered Nov 19 '22 00:11

Grace


I solve the problem by editing:

xampp\php\php.ini 

and changing this line from:

;extension=php_soap.dll 

to:

extension=php_soap.dll
like image 7
Pankaj Upadhyay Avatar answered Nov 18 '22 23:11

Pankaj Upadhyay