-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unknown modifier 'sprintf' #739
Comments
Could you sepcify the CiviSepa and CiviCRM versions you are using? |
Installed a few days ago, CiviCRM 5.82.0 and CiviSEPA 1.11.0 (When I look at the extension details, CiviSEPA is not marked as compatible with 5.82 but there was no complaint when I set thing up. Does CiviCRM no check version compatibility?) |
(updated last comment) |
Yes, changing the given line does fix this, as I stated directly in the bug report. :) Upgrading to beta does not help. |
I have installed a new CiviCRM with CiviSEPA. After applying the patch from pull request #736 I could set up a sepa mandate.
When I click on "Close and Send" in CiviSEPA dashboard, another smarty error occures: Syntax error in template "file:CRM/Sepa/Page/CloseGroup.tpl" on line 22 "
{$group_text|sprintf:$txgroup.reference}
" unknown modifier 'sprintf'I modified the specified line to simply replace "sprintf" with "string_format" to fix this issue.
(But there seems to be a bunch of smarty5 errors left...)
The text was updated successfully, but these errors were encountered: