FMacLeran Posted September 24, 2010 Share Posted September 24, 2010 Mark has gave me good direction and have found that a variable appears to not be set correctly. The problem I am having is affecting the sets in COLUMN_LEFT.php. Here is what the code is being resolved as. <td class="boxText"><a href="http://localhostindex.php?cPath=22">Services</a> (3)<br><a href="http://localhostindex.php?cPath=21">Concert Ticket</a> (2)<br></td> (if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php');) The variable being set is define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); DIR_WS_INCLUDES is set to "/includes/" The issues seems to be that "USE_CACHE" is evaluated as "true". What I can't find is where "tep_cache_manufactures" is set. Thanks Link to comment Share on other sites More sharing options...
FMacLeran Posted September 26, 2010 Author Share Posted September 26, 2010 I solved the problem by turning the cache processing off. This was done by updating the CONFIGURATION table. Set the USE_CACHE value to "false". Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.