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...