View Single Post
  #59  
Old 05-26-2006, 10:13 PM
 
teddychan teddychan is offline
 

Member
  
Join Date: Mar 2006
Posts: 25
 

Default

i have already create the ticket in the support more than 48hrs.

no one answer me yet but take out 40 tech. support ponits.
is that the way x-cart provide support?

acutally, its the bugs of x-cart.
they even didn't test the installation script yet.

as i run flash install to test, the sql statement is ERROR:


Quote:
CREATE TABLE xcart_extra_field_values (
productid int(11) NOT NULL default '0',
fieldid int(11) NOT NULL default '0',
value char(255) NOT NULL default '',
PRIMARY KEY (productid,fieldid),
FULLTEXT KEY value (value)
) TYPE=MyISAM;

the line:
Quote:
FULLTEXT KEY value (value)

x-cart even didn't test it...
__________________
--