XF 2.1 "Tag was found when expecting if."

There could be another if statement above/below not properly closed by before 820 (or after 820).

Look for if's above 820 and follow them down to see if there is no corresponding else/xf:if.
 
@BIG LLC

I believe it's actually due to the macro on line 829. I accidentally used a hyphen which worked pre-2.2, we normally use _. The hyphen caused this error when I was updating the templates.

Replace all instances of (it's located in the template a few times)
"default-footer"
with
"default_footer"
 
@BIG LLC

I believe it's actually due to the macro on line 829. I accidentally used a hyphen which worked pre-2.2, we normally use _. The hyphen caused this error when I was updating the templates.

Replace all instances of (it's located in the template a few times)
"default-footer"
with
"default_footer"
Nope, still dies.
 
Top Bottom