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 401
have you ever seen this?
using:
php5
apache 2
os: windows
Fatal Error: Class 'SoapClient' Not Found In Paypal_base.php On Line 401
Fatal Error: Class 'SoapClient' Not Found In Paypal_base.php On Line 401
Fatal Error: Class 'SoapClient' Not Found In Paypal_base.php On Line 401
Post Description:
Post Tags: fatal, error, class, soapclient, not, found, in, paypal, basephp, on, line, 401
This Post Has Been Viewed 900 Times Since Tue Jul 17, 2007 11:18 am Posted By pacoman with 4 replies
Post Description:
Post Tags: fatal, error, class, soapclient, not, found, in, paypal, basephp, on, line, 401
This Post Has Been Viewed 900 Times Since Tue Jul 17, 2007 11:18 am Posted By pacoman with 4 replies
| Fatal Error: Class 'SoapClient' Not Found In Paypal_base.php On Line 401 |
Leave Your Comments [ dejar commentarios ]
Comments and replies About Fatal Error: Class 'SoapClient' Not Found In Paypal_base.php On Line 401
:: 1 :: #11239 - Reply By hostman On Tue Jul 17, 2007 11:20 am
Windows Only
it looks like you need to enable soap in your php.ini file. look for this line:
extension=php_soap.dll
if it looks like this:
;extension=php_soap.dll
then remove the ; to look like this:
extension=php_soap.dll
if you didn't have a ; then that means that your saop was already enabled.
save the changes and reboot your your apache server.
:: 2 :: #11240 - Reply By pacoman On Tue Jul 17, 2007 11:21 am
yup, im not getting that error anymore thats
how did you know hot to fix that?
you're the man!
how did you know hot to fix that?
you're the man!
:: 3 :: #11564 - Reply By thak On Thu Jul 19, 2007 9:50 am
how do you do it for linux?
:: 4 :: #11882 - Reply By hostman On Fri Jul 20, 2007 8:47 pm
this is a short tutorial that shows you how to install soap in linux like fedora or redhat
to install it on linux click here
to install it on linux click here

