Warning: Parameter 2 to uc_pma_order() expected to be a reference, value given in ../includes/module.inc on line 462.

Payment method: Paypal
Error on UC order preview page
Using most current version of UC 6.x-2.4 and D 6.20

Similar to this error:
http://drupal.org/node/574066

Comments

jasom’s picture

On line 98 change

function uc_pma_order($op, &$arg1) {

to

function uc_pma_order($op, $arg1) {