I get following error message when I try to install installing Cc Ubercart 6.14 on Drupal 6.19
Parse error: syntax error, unexpected T_STRING in .../sites/all/modules/mutual_credit/extensions/cc_uc.module on line 21
Hope this bug report can be helpful ...
Comments
Comment #1
matslats commentedThe ubercart module wasn't supposed to be in the package and is not yet supported.
Please contact me privately if you want work done on this.
Comment #2
socialnicheguru commentedyou need to add a " ' " around silver-01.jpg to the line
If someone could make a patch it would be great
Comment #3
inteldesk commentedI made changes as shown, failed, until I corrected line 80 to: $options = array('transaction_type' => 'ubercart', state => TRANSACTION_TYPE_COMPLETED))) {
the problem was a broken line with code in line 81. All I did was backspaced it up to line 80 and made above correction. Works now.
Comment #4
matslats commented