on checkout, i am getting an blank page. i got an error in my logs stating. unable to find _ec_charge_load_charges.

I did a quick fix in my local env.
in function ec_charge_checkoutapi. added the below code,
include_once drupal_get_path('module', 'ec_charge') .'/ec_charge.inc';
below
if ($txn == 'ec_charge') {
return true;
}

I could not find the ec_charge in the component list. hence posting under ecommerce.

CommentFileSizeAuthor
#4 ec_charge.module.patch666 bytesobsidiandesign

Comments

ultimateboy’s picture

I am confirming this bug. When ec_charge is enabled, I too receive a blank page upon checkout (/checkout/review). However, whenever I disable the ec_charge module, everything appears to work perfectly.

I have yet to try the 'fix' by balagurumoorthy, but this is still a critical bug.

ultimateboy’s picture

I am simply confirming the fix that balagurumoorthy posted. It appears to have worked with no repercussions.

thesaint_02’s picture

I can confirm the fix and the bug too.

obsidiandesign’s picture

Status: Active » Needs review
StatusFileSize
new666 bytes

Patch version of proposed fix.