We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I am trying to create automatic list using config.tt2 template as suggested in documentation.
An exception is throwed but no error is logged.
After digging into the code (
sympa/src/lib/Sympa/Request/Handler/create_automatic_list.pm
Line 99 in f71f5ce
I didn't find the place where to set abort_on_error to true in order to be able to log template errors.
Thanks for you help
The text was updated successfully, but these errors were encountered:
Hi @simonelbaz ,
Could you please apply this patch and check if the error will be logged?
Sorry, something went wrong.
Hi @ikedas,
Bug fixed after applying your patch:
sympa-web-21_1 | Sep 12 13:05:28 sympa-web-21 sympa_automatic[210]: err main::#164 > Sympa::Spindle::spin#83 > Sympa::Spindle::ProcessAutomatic::_twist#262 > Sympa::S pindle::spin#95 > Sympa::Request::Handler::create_automatic_list::_twist#99 Can't parse /etc/sympa/*****/families/****/config.tt2: auto family error - SYNTAX ERROR: *****
Thanks a lot
Merge pull request #1477 from ikedas/issue-1474 by ikedas
7678bb3
Template error parsing not detected (#1474)
Merged. @simonelbaz , thank you for reporting bug!
Successfully merging a pull request may close this issue.
Hi,
I am trying to create automatic list using config.tt2 template as suggested in documentation.
An exception is throwed but no error is logged.
After digging into the code (
sympa/src/lib/Sympa/Request/Handler/create_automatic_list.pm
Line 99 in f71f5ce
I didn't find the place where to set abort_on_error to true in order to be able to log template errors.
Thanks for you help
The text was updated successfully, but these errors were encountered: