lcdservices / biz.lcdservices.movecontrib

CiviCRM extension to support moving a contribution from one contact to another.
Other
4 stars 8 forks source link

Smarty4 issue with template file #24

Open backofficeteam opened 2 months ago

backofficeteam commented 2 months ago

CiviCRM 5.75.3, MoveContribution 2.5, Smarty4.

Clicking on the move contribution link on a contribution yields this error:

"message" => "Unable to load template 'file:CRM/LCD/MoveContrib/Form/MoveContrib.tpl' in 'file:CRM/Form/default.tpl'" "code" => null "exception" => SmartyException {#13258

message: "Unable to load template 'file:CRM/LCD/MoveContrib/Form/MoveContrib.tpl' in 'file:CRM/Form/default.tpl'"

eileenmcnaughton commented 2 months ago

I just checked this on our production config - and it is working on our combo - 5.77, Smarty5 & 2.12 of this extension - did you actually have the old 2.5 version of this extension - or was that a typo?

lcdservices commented 2 months ago

+1 to @eileenmcnaughton comment. I'm testing on 5.76.1 with MoveContribution 5.12, and tested with both Smarty 4 and 5, and it worked fine. I think you just need to upgrade the extension.

backofficeteam commented 2 months ago

No, I meant 2.5. Interesting that the UI in Civi doesn't show an update is available: image

Thank you, we will upgrade.