Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I was customizing X-Cart and suddenly got an error saying something like: Parse error: parse error, expecting `}\ >in /domains/httpd/xcart/templates_c/-12/-1215544790/0.php on line 211. Whats wrong, I never edited the file 0.php ?

0
Posted

I was customizing X-Cart and suddenly got an error saying something like: Parse error: parse error, expecting `}\ >in /domains/httpd/xcart/templates_c/-12/-1215544790/0.php on line 211. Whats wrong, I never edited the file 0.php ?

0

That means that you altered the Smarty code while modifying the templates, and Smarty encountered an error while trying to compile your template in PHP script. Usually that means that there are unclosed {section} {/section} or {if} {/if} tags or errors in expression. Please be careful while modifying templates, we also recommend you to learn Smarty basics (http://smarty.php.net/) to modify your templates more effectively.

Related Questions

Experts123