View Single Post
  #8  
Old 02-01-2008, 07:15 AM
 
BritSteve BritSteve is offline
 

eXpert
  
Join Date: Apr 2006
Posts: 339
 

Default Re: Error in Checkout

Finally located the problem. In my case a smarty template was being compiled into invalid code. If you check the xcart logs, you can see which compiled template has the problem. Deleting the compiled template forces a recompile, but the template will still have the error. I edited the compiled template and corrected the error, and everything works now.

I guess that Smarty has a bug in the compiler that produces invalid php code, even though the code in the template is correct. In my case the compiled template had a missing quote.

Hope this helps others who are experiencing this problem, sure is easier to fix than restoring from backup!

Steve
__________________
Version 4.1.8 & 4.1.9
ezcheckout4.1.x
cdseolinks2
product_metatags41x
shipping_per_product41x

http://www.earthsmagic.com
Reply With Quote