Skip to content
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

Problem in EE4 while parsing template partial #4

Open
bhashkar007 opened this issue Oct 10, 2018 · 0 comments
Open

Problem in EE4 while parsing template partial #4

bhashkar007 opened this issue Oct 10, 2018 · 0 comments

Comments

@bhashkar007
Copy link

Recently I upgraded an ExpressionEngine website from EE2 to EE4 which was using Allow-Eecode plugin to parse snippet (Template Partial in EE4) into text content. Problem is that template partial is containing {exp:query} which is being outputted like plan text.
For example- my code is like:

{exp:allow_eecode query="y"}
{body}
{/exp:allow_eecode}

Its outputting:

....
....
{exp:query sql="SELECT table_column_1 FROM table_name WHERE table_column_2 = 'some-value'"}{table_column_1}{/exp:query}
....
....

Please let me know if I am missing anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant