I'm using mysql command center gui program
1.I went to my database
2. i went to rp_usergroups
3.there are the following colums: field,type,null,key,default,extra
4. Under field i see groupid and its init(5)
5. then theres cpaccess (smallint(3)
etc..etc...
Lost
Quote:
|
Originally Posted by omegatron Okay sounds to me like your usergroups did not import correctly.
You are logged in with your VB3 admin account right?
Okay in your hosting control panel find mysql database and find the link to phpmyadmin or you may already know what I mean as you have have it installed elsewhere. Most of the newer control panels though have a link to be able to view your databases in the mysql section.
Go to your reviewpost usergroup table and hit browse. You should see an entry for administrators. Edit this line and make sure the following are set to these numeric values
groupid 6
cpaccess 1
and then save
You should have admin access in reviewpost now. |