- Forums
- Windows Hosting
- fatal error: class 'soapclient' not found in paypal_base.php on line 401
This Page Contains information about fatal error: class 'soapclient' not found in paypal_base.php on line 401 By pacoman in category Windows Hosting with 5 Replies. [573], Last Updated: Sat May 18, 2024
pacoman
Tue Jul 17, 2007
5 Comments
4307 Visits
hey, i have a script i want to test my paypal API with and for some reason i got this error:
im not sure if i need to enable soap on my php or what, but this is the error i got:
Fatal error: Class 'SoapClient' not found in C:www scripts phppaypalpro php paypalpro-0.2.1 paypal_base.php on line 401have you ever seen this?
using:
php5
apache 2
os: windows
UPDATE: i found a way to fix this error, just send this command:
yum install php-curl
then start your server:
/etc/init.d/httpd restart