View Single Post
  #7  
Old 05-28-2004, 05:06 PM
 
NuAlpha NuAlpha is offline
 

X-Adept
  
Join Date: Aug 2003
Location: US
Posts: 598
 

Default

Well, problem somewhat solved. I went through and carefully optimized the structure of the Xcart database. Tough to do and still ensure that nothing is broken. Then I commented out the $category_condition statement and put the old 3.5.7 one in its place. Not as thorough, but at least our site is loading in a reasonable time now.

This is what I used, if anyone is wondering.
Code:
$category_condition = " AND $sql_tbl[products].categoryid=$sql_tbl[categories].categoryid";
__________________
X-Cart Pro 4.5.5 Platinum
X-Payments 1.0.6
PHP 5.3.14
MySQL 5.1.68
Apache 2.2.23
Reply With Quote