iLLuSiOnS Posted July 4, 2007 Share Posted July 4, 2007 When i am in admin section and click on modules, i get this error Warning: main(Services/PayPal/SDK/Generator.php) [function.main]: failed to open stream: No such file or directory in /home/user1/public_html/pear/Services/PayPal.php on line 13 Fatal error: main() [function.require]: Failed opening required 'Services/PayPal/SDK/Generator.php' (include_path='/home/user1/public_html/pear:.:/usr/local/lib/php:./include') in /home/user1/public_html/pear/Services/PayPal.php on line 13 i think the error is within the (include_path='/home/user1/public_html/pear:.:/usr/local/lib/php:./include') why does it have a the symbols .: when i checked my php.ini i find this under Paths and directories: include_path = ".:/usr/local/lib/php:./include" ; Are these connected in any way? and how would i fix this? Thanks Quote Link to comment Share on other sites More sharing options...
dynamoeffects Posted July 5, 2007 Share Posted July 5, 2007 In an include_path, the ":" is a divider and the "." means "this directory". Your include path looks correct. Are you sure that you've installed all of the pear modules necessary? If you're a US paypal user, I'd suggest using 0.9.2 of the PayPal Pro module as it no longer uses PEAR modules and makes installation much easier. 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. Link to comment Share on other sites More sharing options...
iLLuSiOnS Posted July 19, 2007 Author Share Posted July 19, 2007 In an include_path, the ":" is a divider and the "." means "this directory". Your include path looks correct. Are you sure that you've installed all of the pear modules necessary? If you're a US paypal user, I'd suggest using 0.9.2 of the PayPal Pro module as it no longer uses PEAR modules and makes installation much easier. Is there any way i remove paypal and have oscommerce not use the paypal module. Quote Link to comment Share on other sites More sharing options...
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.