View Single Post
Old November 26th, 2007, 04:34 PM   #1 (permalink)
gameover
Member
Verified Customer
 
Join Date: Nov 2007
Posts: 67
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"
gameover is offline   Reply With Quote