|
In phpBB the administrators groupid should be 2 and cpaccess 1
Below are the inserts from phpbbs
INSERT INTO usergroups VALUES ('1','Anonymous','','','','','',0,0,0,0,0,0);
INSERT INTO usergroups VALUES ('2','Admin',1,1,1,'','',1,1,1,1,0,0);
INSERT INTO usergroups VALUES ('3','Regular Users','',1,1,'','',1,1,0,1,0,0);
|