Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

htmlincludes - payment config problem


lanexa

Recommended Posts

I'm trying to configure a payment gateway module and am running into this error:

 

Warning: pre_confirmation_check(/var/www/htmlincludes/classes/cc_validation.php): failed to open stream: No such file or directory in /var/www/html/includes/modules/payment/paypal_wpp.php on line 196

 

I see the problem is that htmlincludes should read html/includes, but I can't find where to change that. I don't see where it is set in the first place.

 

I have searched this forum and it appears to be related to configure.php, however, I can not seem to resolve the issue.

 

Any help is greatly appreciated.

cc

Link to comment
Share on other sites

  • 3 weeks later...

RESOLVED: Thanks to Brian Burton - http://dynamoeffects.com - for the help.

Here is how I fixed it --

changed this:

 

define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']));

 

to this:

 

define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...