Fatal error: Uncaught Twig_Error_Syntax: Unexpected character “&”
-
The problem is in the > operator, it was converted to the character type
{ % if (table.params.cols_num.val>1) % } – where>should have been>
How to fix?
Take the export of the table – find where in the twig there is>and change to>
Copy all this and import with replacement by the same ID.
And everything will work.
After such manipulation, the table is saved correctly.Fixed in 1.9.2 version.
The topic ‘Fatal error: Uncaught Twig_Error_Syntax: Unexpected character “&”’ is closed to new replies.