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
A DB table prefix breaks this plugin.
https://github.com/content-optimizer-gmbh/mautic-advanced-templates-bundle/blob/master/Helper/FormSubmission.php#L35 contains a SQL clause that just queries form_submissions.
form_submissions
The db_table_prefix config parameter must be added here (or use MAUTIC_TABLE_PREFIX to concatenate the query string).
db_table_prefix
MAUTIC_TABLE_PREFIX
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A DB table prefix breaks this plugin.
https://github.com/content-optimizer-gmbh/mautic-advanced-templates-bundle/blob/master/Helper/FormSubmission.php#L35 contains a SQL clause that just queries
form_submissions
.The
db_table_prefix
config parameter must be added here (or useMAUTIC_TABLE_PREFIX
to concatenate the query string).The text was updated successfully, but these errors were encountered: