View Single Post
  #352  
Old 07-23-2012, 04:20 PM
  CenturyPerf's Avatar 
CenturyPerf CenturyPerf is offline
 

eXpert
  
Join Date: Jun 2003
Location: Reno, Nevada
Posts: 396
 

Default Re: X-Cart Ability Template v4.4.x

Phil,

I'm seeing an odd error in the x-errors_php logs. Performing a Google search is I found other X-Cart sites using the Ability template with the same error.

The error is showing up in the logs daily.

Code:
[22-Jul-2012 03:27:11] Error: Smarty error: [in custom/common.tpl line 61]: syntax error: unrecognized tag '/literal' (Smarty_Compiler.class.php, line 590) in /xxxxx/xxxxxxxxx/public_html/include/lib/smarty/Smarty.class.php on line 1093 [22-Jul-2012 03:31:13] Error: Smarty error: [in custom/common.tpl line 61]: syntax error: unrecognized tag '/literal' (Smarty_Compiler.class.php, line 590) in /xxxxx/xxxxxxxxx/public_html/include/lib/smarty/Smarty.class.php on line 1093

The code related to this error is located in "/skin/ability/custom/common.tpl"
Code:
{*-------------------------------------------------------- REDIRECT OLD IE BROWSERS --------------------------------------------------------*} {if $config.Ability_Template.abi_ie_redirect eq "Y"} <!--[if lte IE 7]> {literal} <script type="text/javascript"> window.location="upgrade.html"; </script> {/literal} <![endif]--> {/if}
__________________
Best Regards,

Sam Solace - Pres/CEO
Century Performance Center, Inc.
http://www.centuryperformance.com

(3) sites using X-Cart 5.3.5.5
X-Payments Enterprise 3.1.4
Reply With Quote