PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   admin access? (http://www.photopost.com/forum/photopost-pro-installation-upgrades/114640-admin-access.html)

kelm June 30th, 2005 12:25 PM

admin access?
 
I have searched the forums and apologize if this fix is posted somewhere but I cannot find it.

I refreshed my usergroups this morning (I use phpbb2) and now no longer have any admin access in photopost. I can log in, but there isn't a link for admin. When logging into phpbb first, I can go into admin of phpbb, but not photopost.
Photopost on my site is version 5.02
I sawa thread with adding something to phpmyadmin but I do not know how to use phpmyadmin and am afraid of messing something up.
Is there another fix for this that I haven't found in my searches?
thanks for anyhelp!

kelm June 30th, 2005 07:05 PM

Anyone???

I have searched the boards all afternoon and have tried every "fix" I came across-none have worked.

I still do not have an admin link and do not know how to get it back?

Any help is greatly appreciated?
(photopost 5.02 and phpbb2)

kelm July 1st, 2005 06:55 AM

Can someone Please help me with this??

My users cannot upload and I cannot access admin at all. None of the fixes I have read on these boards have helped and I am at a loss....

Michael P July 1st, 2005 08:57 AM

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.

Michael P July 1st, 2005 10:01 AM

Okay, try logging in now; I don't know why but the usergroups didnt get transferred.

Consider upgrading to the 5.12 release...

kelm July 1st, 2005 10:07 AM

Yes! Thank you!!! It works now.! I really appreciate your help!

I will upgrade over the weekend.

Thanks again and Have a great weekend!

n3lson July 8th, 2005 09:16 AM

Same thing happened to me.
 
Same thing happened to me yesterday. I ran the MYSQL query as suggested and now it's working. I will also be doing the upgrade as suggested.

Just wanted to let you guys know.

Thanks!
Nelson
www.crazylatino.com


All times are GMT -5. The time now is 10:09 PM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97