I'm at a loss.
My shop I was developing was fine. Then I left it for a few months (customer had to delay). Then I went to pick it up again and I'm presented with SERVICE UNAVAILABLE.
When I turn on DEV mode, I get this error
PHP Fatal Error
Message
Uncaught --> Smarty Compiler: Syntax error in template "/home/missmartini/public_html/shop/design/themes/CST020043/templates/blocks/smarty_block.tpl" on line 7 "{eval_string var=$content}" unknown tag "eval_string" <-- thrown
Error at
app/lib/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php, line: 7
Backtrace
I don't think it's an issue with the theme as when I change it to the built in responsive theme, it has the same (well, similar) error.
Please help!!!
There is no such tag in smarty. Could be a CS extension, but I’ve never seen it used.
No extensions installed
Same theme used on another site is perfect.
Your server setup might have been changed during these few months.
Cs extended smarty. There is no standard smarty tag named eval_string. There is an eval, but no eval_string.
Don't think so, not sure.
I have two CS-Cart shops running the same base theme. The other one has no issue
Both shops are the same file-wise
This is the file (same on the shop that does and doesn't work)
{strip}
{if !$no_wrap}
{/if}
{eval_string var=$content}
{if !$no_wrap}
{/if}
{/strip}
eval_string tag is included at least since version 4.0. Check the content of app/functions/smarty_plugins folder. There should be the function.eval_string.php file.
If there are not such file, we can send you.
But the most proper way is find out why this file is missed.
I'm at a loss.
My shop I was developing was fine. Then I left it for a few months (customer had to delay). Then I went to pick it up again and I'm presented with SERVICE UNAVAILABLE.
When I turn on DEV mode, I get this error
PHP Fatal Error Message
Uncaught --> Smarty Compiler: Syntax error in template "/home/missmartini/public_html/shop/design/themes/CST020043/templates/blocks/smarty_block.tpl" on line 7 "{eval_string var=$content}" unknown tag "eval_string" <-- thrown
Error at
app/lib/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php, line: 7
Backtrace
I don't think it's an issue with the theme as when I change it to the built in responsive theme, it has the same (well, similar) error.
Please help!!!
You can contact us via HelpDesk so that we could examine the issue on your server.
Please PM me temporary FTP access so that we can examine the issue. Looks like something was changed on the server side during these months
So it is a cs-cart extension...