Error being thrown when trying to view invoice on admin interface ie /admin/store/orders/6
Works with module disabled, doesnt work when module enabled.
Fatal error: Unsupported operand types in /sites/all/modules/ubercart/payment/uc_payment/uc_payment_order_pane.inc on line 39

CommentFileSizeAuthor
#2 uc_bank_transfer.patch501 bytesdaniel bornman

Comments

xibun’s picture

@essbee - no surprise! that part of the Drupal Commerce software didn't exist when I wrote the module...

patch welcome :)

daniel bornman’s picture

StatusFileSize
new501 bytes

The problem is that $output is being returned as a string on line 134 (see http://drupal.org/node/1047166#comment-4122142). I've attached a patch as requested.

xibun’s picture

@danielbornman: thanks! I'm glad to see help from the community! :) - btw: I plan to run tests and make a new version once Ubercart goes Beta2.

xibun’s picture

Status: Active » Fixed

as promised: tested (works perfectly) - and already committed to head

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.