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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | uc_dotpay_pl.zip | 40.09 KB | matolog |
Comments
Comment #1
RedMapleMedia commentedI have same issue.
Fatal error: Unsupported operand types in /Users/xxxx/Sites/xxxxxx/includes/theme.inc on line 1087
Comment #2
matolog commentedYou 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.
Comment #3
matolog commentedI'm adding archive of module with fixes.