Hi,

After i installed this payment, everything is ok but i just can't see this payment in ubercart payments settings so i think something doesn't work.

But after i've applied patch and fixes from other issues (for example change of payment_method to uc_payment_method) and i go to payment settings i got this error: "Fatal error: Unsupported operand types in includes\theme.inc on line 1087". I think something is set wrong in the .inc file and this error comes up but i'm not the coder and i don't know how to fix it by myself. So i just ask someone experienced for help. Thanks and sorry for my english.

CommentFileSizeAuthor
#3 uc_dotpay_pl.zip40.09 KBmatolog

Comments

RedMapleMedia’s picture

I have same issue.

Fatal error: Unsupported operand types in /Users/xxxx/Sites/xxxxxx/includes/theme.inc on line 1087

matolog’s picture

You should change line 81 in uc_dotpay_pl.module for this:
$title .= '<br />'. theme('image', array('path' => drupal_get_path('module', 'uc_dotpay_pl') .'/images/logotypy_kanalow.png', 'style' => 'position: relative; left: 1.5em;'));
In module is wrong theme function syntax.

matolog’s picture

StatusFileSize
new40.09 KB

I'm adding archive of module with fixes.