EC2 server Fatal error-Class SoapClient not found

July 9, 2021 . 1 MIN READ

EC2 server Fatal error: Class ‘SoapClient’ not found soap

 

https://stackoverflow.com/questions/27220857/soap-on-amazon-aws-how-to-run-it

https://stackoverflow.com/questions/11391442/fatal-error-class-soapclient-not-found

https://stackoverflow.com/questions/24226457/php-fatal-error-class-soapclient-not-found-in-home-ec2-user

 

https://www.photographerstechsupport.com/aws-amazon-web-services/installing-configuring-php-5-6-amazon-linux/

 

For AWS (RHEL):

 

sudo yum install php56-soap

(56 here is 5.6 PHP version – put your version here).

 

service httpd restart

Leave a Reply

Your email address will not be published. Required fields are marked *