Quote:
Originally Posted by Huijting
Aaarghh,
Got it working , i think
I changed the code :
ALTER TABLE `usergroup` ADD `arcade_pmactive` tinyint(1) NOT NULL default '1';
ALTER TABLE `usergroup` ADD `ibpa_cats` MEDIUMTEXT ;
to :
ALTER TABLE `user` ADD `arcade_pmactive` tinyint(1) NOT NULL default '1';
ALTER TABLE `usergroup` ADD `ibpa_cats` MEDIUMTEXT ;
For now it works for me
|
This would appear to be correct to me as its what I did a while ago having suffered the same issue. not sure on the Annoucements bit they are not showing in the arcade but they are elsewhere on my own mods ? Only just noticed this after reading the post.