View Single Post
  #109  
Old 04-28-2005, 07:38 AM
  chetlucas's Avatar 
chetlucas chetlucas is offline
 

Advanced Member
  
Join Date: Oct 2003
Location: Inverness, Florida
Posts: 56
 

Default Fix for Smarty Error Message

I solved this problem about the smarty error not being able to read the file (same error you are having and version).

I changed the "product.tpl" to put in a ../ before the file that was to be included so it knew where to look for it. It was at {include file="../detailed_popup_js.tpl"}.

Once this was accomplished, voila - it was fixed. Now, if we could only do something with the search function!!
__________________
X-Cart version 4.1.11 (Unix)
Apache version 1.3.41 (Unix)
MySQL version 5.0.67 - community
PHP version 5.2.5
PERL version 5.8.8
http://www.etekmart.com
Reply With Quote