Closed (fixed)
Project:
e-Commerce
Version:
5.x-3.3
Component:
itransact
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2007 at 15:23 UTC
Updated:
29 Dec 2007 at 22:34 UTC
At iTransact module in function _itransact_process first line is this:
include_once 'modules/ecommerce/contrib/eway/eway.inc';
This will work only if php.ini include statement has root directory of drupal in include path.
More approriate change would be this:
require_once (drupal_get_path('module', 'eway') .'/eway.inc');
Comments
Comment #1
vikingew commentedI checked and this is fixed in v4-dev (w/ include_once) but not in v3-dev, a reasonable fix to backport I think.
Comment #2
brmassa commentedfixed on eC4.
regards,
massa