Thread: admin access?
View Single Post
Old July 1st, 2005, 09:57 AM   #4 (permalink)
Michael P
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,858
Do you have phpmyadmin installed so that I can take a look at your tables? If so, PM me the link. Otherwise you'll need to look at the usergroups table and possibly add them manually:

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,1);
INSERT INTO usergroups VALUES ('3','Regular Users','',1,1,'','','',1,1,0,1,0,0);

It's likely that whatever issue was causing this was resolved with the recentl 5.1x updates; you should upgrade to 5.12 as soon as possible as that was a security update.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote