|
pp_usergroups should not be empty kind of eludes that the mysql table prefix was not right on install and we could not input the groups
add this query and you should get in and you can refresh groups
INSERT INTO pp_usergroups VALUES (6,'Administrator',1,1,1,1,'','','',1,1,1,0,0);
|