dobra.. zrezygnowalem z tego moda, na rzecz innego (chyba lepszego), ktory nazywa sie "pafiledb integration". Wszystko byloby okej, ale przy ostatnim punkcie, wgrywaniu tabeli do bazy:
[sql]CREATE TABLE phpbb_pa_comments (
comments_id int(10) NOT NULL auto_increment,
file_id int(10) NOT NULL default '0',
comments_text text NOT NULL,
comments_title text NOT NULL,
comments_time int(50) NOT NULL default '0',
comment_bbcode_uid varchar(10) default NULL,
poster_id mediumint(8) NOT NULL default '0',
PRIMARY KEY (comments_id),
KEY comments_id (comments_id),
FULLTEXT KEY comment_bbcode_uid (comment_bbcode_uid)
) TYPE=INNODB;
[/sql]
pojawia sie blad
Kod:
#1283 - Column 'comment_bbcode_uid' cannot be part of FULLTEXT index
co ja mam z tym zrobic?