| Error during install 3.33
I've got an error during installation version 3.33
We found during install :
INSERT INTO rp_usergroups VALUES ('1','Anonymous',0,0,0,0,0,0,);
INSERT INTO rp_usergroups VALUES ('2','Admin',1,1,1,1,1,1,);
and we have two more fields ! It must be :
INSERT INTO rp_usergroups VALUES ('1','Anonymous',0,0,0,0,0,0,0,0);
INSERT INTO rp_usergroups VALUES ('2','Admin',1,1,1,1,1,1,1,1);
If not, it's impossible to log in admin mode with error "You are not administrator or moderator"
|