thisismyurl Posted October 13, 2005 Posted October 13, 2005 Hi, this is a great contribution but I'm having a problem with list 281, we're getting an error "An error occured when we tried to contact PayPal's servers" and I don't know why ... I've confirmed the line (279) that's generating the error: $this->away_with_you(MODULE_PAYMENT_PAYPAL_DP_TEXT_GEN_ERROR . $caller->Errors->LongMessage . ' (' . $caller->Errors->ErrorCode . ')', true); It's not returning a long code, simply the error message. Can you help me debug this by letting me know what the line *should* be doing? Thanks ... Chris Quote
dynamoeffects Posted October 13, 2005 Posted October 13, 2005 (edited) It returns an error for me when I use a bad username/password, so I'm willing to bet that it's a timeout error. If it's not returning any error message, that means it's not even contacting PayPal's servers. Two things to try: 1. Edit the HTTP.php file mentioned in the readme and set the $timeout variable to 300, then try again. 2. Did you install the pear modules correctly? Check and make sure you unzipped them into your root web folder i.e: /catalog/pear/ Then change the pear module path setting in the module's admin section. Edited October 13, 2005 by dynamoeffects Quote Please use the forums for support! I am happy to help you here, but I am unable to offer free technical support over instant messenger or e-mail.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.