ewellein Posted October 2, 2006 Posted October 2, 2006 i downloaded the 2 pear modules found at http://www.oscommerce.com/community/contri...ry/search,80233 . When I try to checkout using the paypal wpp module, i get a bunch of php/pear errors on the screen. The first task in my debugging was to look into the /pear/Services/PayPal.php file, which was trying to require_once 'PEAR.php'; on line 11. There is no file in the main /pear directory called PEAR.php (which the comments says is the PEAR base class) - in fact this file (PEAR.php) is nowhere to be found, which explains why it failed to open. would anybody have this file so i can include it? maybe i'm off base and don't really need it (nobody else seems to have asked for it), but why would it have it as required? thanks! Ed Wellein Quote
dynamoeffects Posted October 2, 2006 Posted October 2, 2006 You will also need to install the base pear modules as your server apparently doesn't have any installed: http://download.pear.php.net/package/PEAR-1.4.11.tgz Just put them in the same pear directory as the others. 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.