PHP extension soap must be loaded - Magento Issue

While installing the Magento on cPanel server, I got the error as 'PHP extension “soap” must be loaded'.

Solution -

Please make sure the soap extension is installed on your server. You can check it using below command -
php -m | grep soap, Output should be soap

If soap module is not installed on server then you can use below command to install it on your server -
yum install php-soap

I've installed the module and it fixed my issue!
  • 5 Users Found This Useful
Was this answer helpful?

Related Articles

Response: 421 Home directory not available - aborting Error: Could not connect to server

While connecting to hosting service using FTP client, I was getting below error message...

How to enable root login alerts on cPanel server?

For security reasons, you would like to get an alert to your mailbox if someone logins to the...

How to Install cPanel on CentOS 6 or 7?

How to install cPanel on CentOS 6 or 7.  Please note cPanel does not support any other operating...

Auto Index is disabled for the directory, access denied : 403 forbidden

While accessing the directories of website (http://webiste_name/directory_name) getting 403...

Powered by WHMCompleteSolution