lanexa Posted May 18, 2009 Share Posted May 18, 2009 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 More sharing options...
lanexa Posted June 9, 2009 Author Share Posted June 9, 2009 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.