PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Admin user being denied (http://www.photopost.com/forum/photopost-pro-installation-upgrades/122554-admin-user-being-denied.html)

thedogsite January 26th, 2006 04:35 PM

Admin user being denied
 
Hi PhotoPost team and members...

Not sure if this is a bug or not, so trying this forum first.

I have managed to install photopost and everything was smooth.... It's installed in the same DB as vBulletin and uses prefix pp_ for tables...
It uses external user registration (vB registration)...

[The problem]

When I log in from vb forum and click on gallery the session is transferred correctly and I'm still logged in in photopost... but, when I click on "Admin" link from photopost, session is somehow lost and I'm asked for login again... in addition, when I enter the admin username and pass, it says that is not the correct combination... etc...

I've setup manually in usergroups table field cpaccess to 1...
Also, when logged in as admin I don't have any "admin links" on the left side...

If anyone can help me out with this, that would be great!!

Chuck S January 26th, 2006 05:29 PM

Hello on install your cookie prefix was not entered.

To correct this you can use phpmyadmin or similar sql window to run an sql query on the settings table of photopost. Your cookie prefix can be found in the config.php file of vbulletin includes directory but is by default bb.

make sure to replace your table prefix if different

UPDATE pp_settings SET setting='bb' WHERE id=172

thedogsite January 26th, 2006 06:43 PM

Thanks Chuck!! It works perfectly now!

You are a gem, thanks so much for your quick response!

CGMathis January 28th, 2006 10:08 AM

Quote:

Originally Posted by Chuck S
Hello on install your cookie prefix was not entered.

To correct this you can use phpmyadmin or similar sql window to run an sql query on the settings table of photopost. Your cookie prefix can be found in the config.php file of vbulletin includes directory but is by default bb.

make sure to replace your table prefix if different

UPDATE pp_settings SET setting='bb' WHERE id=172


Same problem in Fusion. Will this query work with Fusion also?

Chuck S January 28th, 2006 10:50 AM

well it would but you would need to correct with the proper fusion cookie prefix

I take it you forgot to enter the cookie prefix on install?

maybe this?

Code:

Content visible to verified customers only.

deb0 February 1st, 2006 06:46 AM

Quote:

Originally Posted by Chuck S
Hello on install your cookie prefix was not entered.

To correct this you can use phpmyadmin or similar sql window to run an sql query on the settings table of photopost. Your cookie prefix can be found in the config.php file of vbulletin includes directory but is by default bb.

make sure to replace your table prefix if different

UPDATE pp_settings SET setting='bb' WHERE id=172

Thanks Chuck, worked perfectly!


All times are GMT -5. The time now is 10:23 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