PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rating: Thread Rating: 7 votes, 5.00 average. Display Modes
Old July 15th, 2004, 02:43 PM   #1 (permalink)
Registered User
 
Join Date: Jul 2002
Posts: 1,221
New Install - No Admin

I just installed a fresh copy of 4.8d with vb 3.0.3 integration and everything seemed fine up until there is no ADMIN link when I am logged in and when I try the adm-index.php, it only displays a few of the options (no config, categories, etc).

http://www.mcfarlaneguide.com/photos/index.php

I have verified my admin settins within vb.
Steve_C is offline   Reply With Quote
Old July 15th, 2004, 02:50 PM   #2 (permalink)
donb
Guest
 
Posts: n/a
Steve, there are hundreds of threads here on the same subject. Please check to ensure your usergroup settings in PhotoPost have all 1's for the flags for the admin group. Use phpMyAdmin to view the settings.
  Reply With Quote
Old July 15th, 2004, 02:54 PM   #3 (permalink)
Registered User
 
Join Date: Jul 2002
Posts: 1,221
Got it. That was it. I made sure it was set to groupid 6 but didn't look at the others.Thanks.
Steve_C is offline   Reply With Quote
Old July 20th, 2004, 07:52 PM   #4 (permalink)
Registered User
 
Join Date: Sep 2003
Posts: 21
Sorry, I am a little tardy ... I am looking at phpMyadmin panel but not sure what to do next!? I just dont want to mess up the table. Can anyone help me to change the GroupID, please!

Really appreciate,

Derrickn
derrickdn is offline   Reply With Quote
Old July 20th, 2004, 08:20 PM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
As the threads say in the photopost usergroups table the administrators line must have a groupid of 6 and cpaccess of 1
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old July 20th, 2004, 08:47 PM   #6 (permalink)
Registered User
 
Join Date: Sep 2003
Posts: 21
I clicked the usergroups table but can't find the administrors line
as you said. Below is the entire listing of my photopost usergroups ...
I tried to change groupid to 6 & cppanel to 1 but I guess I didn't
do it from administrators line so I still not be able to access
the admin panel yet! I may have missed out something huh ?!
Thanks

" Field Type Attributes Null Default Extra Action
groupid int(5) No auto_increment
groupname varchar(50) No
cpaccess smallint(3) No 0
modaccess smallint(3) No 0
uploads smallint(3) No 1
comments smallint(3) No 1
diskspace int(10) Yes NULL
uploadsize int(10) Yes NULL
editpho int(3) No 0
editposts int(3) No 0
canassign int(3) No 0
reqmod int(3) No 0
useralbums int(3) No 0
Check All / Uncheck All With selected:"

Last edited by derrickdn; July 20th, 2004 at 08:50 PM.
derrickdn is offline   Reply With Quote
Old July 20th, 2004, 08:52 PM   #7 (permalink)
Registered User
 
Join Date: Jul 2002
Posts: 1,221
Browse the groupid then change (edit) the admin value from 5 (photoposts admin setting to 6 (vbulletins admin setting).
Steve_C is offline   Reply With Quote
Old July 20th, 2004, 09:18 PM   #8 (permalink)
Registered User
 
Join Date: Sep 2003
Posts: 21
Would it still be the same (value 6) with phpBB & not using vb, Steve? I tried but still not be able to get it to work ...
derrickdn is offline   Reply With Quote
Old July 20th, 2004, 09:32 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
In phpBB the administrators groupid should be 2 and cpaccess 1

Below are the inserts from phpbbs

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,0);
INSERT INTO usergroups VALUES ('3','Regular Users','',1,1,'','',1,1,0,1,0,0);
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old July 20th, 2004, 09:33 PM   #10 (permalink)
Registered User
 
Join Date: Jul 2002
Posts: 1,221
Oops... missed you were using phpBB... sorry.
Steve_C is offline   Reply With Quote
Old July 20th, 2004, 10:13 PM   #11 (permalink)
Registered User
 
Join Date: Sep 2003
Posts: 21
It's ok Steve it was my fault not to specify it from the beginning

Omegatron,
Could you show me step-by-step to insert the values to my phpBB usergroup table? I am not familiar w/ running mySQL queries ... or I could give you access to phpmyadmin so you could do this!
I already changed value in photopost usergroup table as you advised ...

Thanks in advance,

Derrickn
derrickdn is offline   Reply With Quote
Old July 21st, 2004, 08:00 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
Derrick via phpmyadmin you can delete out of the photopost usergroups table any entries are in there.

Then go to the sql window in phpmyadmin and copy and paste the insert queries I pasted above

If you run a table prefix make sure to add that to the front of usergroups
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old February 25th, 2005, 05:43 PM   #13 (permalink)
Registered User
 
Join Date: Feb 2005
Posts: 7
Hi,

I've just tried pasting the above inserts into phpmyadmin and get the following error back - #1136 - Column count doesn't match value count at row 1

Any ideas? I've added the pp_ prefix to the query first.

Edited to say: I've found the answer (I think) in another thread where someone corrected the query.

This is all driving me nuts though.....

Thanks,

Mike.

Last edited by ascender; February 25th, 2005 at 05:54 PM.
ascender is offline   Reply With Quote
Old February 25th, 2005, 07:05 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
Rename this attached file phpbb.php and upload to your install and then rerun install.php to get usergroups back and working
Attached Files
File Type: txt phpbb2.txt (29.1 KB, 8 views)
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internal 5.11 install can't login as admin Eric HRF Photopost Pro Installation & Upgrades 2 June 13th, 2005 08:33 PM
Successful install, but cannot login as Admin? JSDillon Photopost Pro Installation & Upgrades 1 March 11th, 2005 11:23 AM
No Admin access after 4.86 install robben Photopost Pro Installation & Upgrades 5 January 23rd, 2005 04:22 PM
new install on admin Andy Winters Photopost Pro Installation & Upgrades 8 November 4th, 2004 12:14 PM
after install without admin power dethfire Photopost Pro Installation & Upgrades 1 June 22nd, 2004 06:44 AM


All times are GMT -5. The time now is 06:25 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0