i was going to unistall this plugin, coz is not working on vb3.6.0.
but i need a help, during install is been run this query:
ALTER TABLE attachment add usedin varchar(30) not null;
ALTER TABLE attachment add itemid int not null;
ALTER TABLE pmtext add attach int not null;
ALTER TABLE attachment add index (usedin,itemid);
i deleted manually the first three fields usedin itemid attach , how about the last queue is there any problem, how can i deal with that?
|