 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
December 22nd, 2004, 06:09 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Oct 2003
Posts: 72
| Unable to login as admin
I changed my VB3 forum to another type of gallery and and decided to use my PP license with a private forum that I own running phpBB2. The setup goes fine and members and myself show up as logged in however I have no access to the admin panel. If I try the adm-index.php link direct it tells me that I am not the admin. It also has one more member listed then the forum does.
phpBB2 version is 2.0.11
fresh install of photopost 4.8.5 with no errors
When I check the data base phpBB2 list guest as member number 0 and I wonder if PP is picking up on guest and calling them the extra member.
Thanks in advance
Max
|
| |
December 22nd, 2004, 07:45 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,667
|
what are your usergroup inserts?
There should be an insert for admins with cpaccess set to 1 and groupid of 2 in the photopost usergroups table
|
| |
December 22nd, 2004, 07:59 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Oct 2003
Posts: 72
|
If your refering to the DB usergroup table it looks like this
CREATE TABLE `pp_usergroups` (
`groupid` int(5) NOT NULL auto_increment,
`groupname` varchar(50) NOT NULL default '',
`cpaccess` smallint(3) NOT NULL default '0',
`modaccess` smallint(3) NOT NULL default '0',
`uploads` smallint(3) NOT NULL default '1',
`comments` smallint(3) NOT NULL default '1',
`diskspace` int(10) default NULL,
`uploadsize` int(10) default NULL,
`uplimit` int(5) NOT NULL default '0',
`editpho` int(3) NOT NULL default '0',
`editposts` int(3) NOT NULL default '0',
`useralbums` int(3) NOT NULL default '0',
`reqmod` int(3) NOT NULL default '0',
`canassign` int(3) NOT NULL default '0',
PRIMARY KEY (`groupid`)
) TYPE=MyISAM;
|
| |
December 22nd, 2004, 08:07 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,667
|
what are the inserts to that table not the table structure?
|
| |
December 22nd, 2004, 08:12 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Oct 2003
Posts: 72
|
omegatron I'm afraid that I'm not sure what information your asking for. When I search the DB for inserts I get no response.
|
| |
December 22nd, 2004, 09:02 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,667
|
try inserting these
INSERT INTO pp_usergroups VALUES ('1','Anonymous','','','','','',0,0,0,0,0,0,0)
INSERT INTO pp_usergroups VALUES ('2','Admin',1,1,1,'','',1,1,1,1,0,0,0)
INSERT INTO pp_usergroups VALUES ('3','Regular Users','',1,1,'','',1,1,0,1,0,0,0)
|
| |
December 22nd, 2004, 09:41 PM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Oct 2003
Posts: 72
|
Thanks omegatron, that did the trick.
Max
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 04:36 AM. | |