Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Paypal Error with CCGV 5.16


Remember

Recommended Posts

Posted

I installed CCGV 5.16 on a clean OScommerce cart. All went well (with a few minor glitcehs) but when I try to pay by paypal I get this error message:

 

Warning: before_process(includes/modules/payment/paypal/classes/osC/osC.class.php): failed to open stream: No such file or directory in /home/remembe3/public_html/store/includes/modules/payment/paypal.php on line 133

 

Warning: before_process(): Failed opening 'includes/modules/payment/paypal/classes/osC/osC.class.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/remembe3/public_html/store/includes/modules/payment/paypal.php on line 133

 

Fatal error: Undefined class name 'paypal_osc' in /home/remembe3/public_html/store/includes/modules/payment/paypal.php on line 134

 

Here is the code from lines 132-134

 

function before_process() {
 if(!class_exists('PayPal_osC')) include_once(DIR_WS_MODULES . 'payment/paypal/classes/osC/osC.class.php');
 if (PayPal_osC::check_order_status()) {

 

Where do I find / fix 'payment/paypal/classes/osC/osC.class.php'

 

TIA for any help

  • 2 weeks later...
Posted
Did you run the accompanying sql file into your database?

 

Vger

 

 

THe only update to the SQL that I noted in the instructions for v 5.16 was the order_total_gv and that I have uploaded...

 

It is highly possilbe that I am missing something (I am learning as I go!)

 

Thank you for the help and any other advice you can give is greatly appreciated!

Posted

I'm sorry, but upon re-reading your original post it seems that the problem is not with CCGV but with the Pay Pal module you have installed.

 

Unfortunately I don't know what Pay Pal module that is - only that it isn't the official osCommerce Pay Pal IPN module, but some other version.

 

Vger

Posted
I'm sorry, but upon re-reading your original post it seems that the problem is not with CCGV but with the Pay Pal module you have installed.

 

Unfortunately I don't know what Pay Pal module that is - only that it isn't the official osCommerce Pay Pal IPN module, but some other version.

 

Vger

 

 

THANK YOU! That actually solved my problem!

 

I replaced the paypal.php in the catalog/includes/modules/payment and it seems to have corrected the problem!

 

THank you again!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...