View Single Post
Old May 24th, 2005, 01:44 PM   #1 (permalink)
Frost
Registered User
 
Join Date: Apr 2005
Posts: 148
Using vB3 but cannot login to PP after upgrade?

Having problems logging into the PP Gallery admin panel after upgrade when using VB3_INTEGRATION?

In adm-inc.php find:
Code:
Content visible to verified customers only.
And replace with the following, where 123.123.123.123 is your IP address:
Code:
Content visible to verified customers only.
That little change will let you, or anyone sharing the same IP address as you, login to the PP admin panel.

Once you are in the PP admin panel, go to Cookie Settings and set the three values. Not sure what they should be?

Go to vB adminCP => vB Options => Cookies and HTTP Header Option, and write down the following settings:
  • Path to Save Cookies
  • Cookie Domain
Next go to the vB config.php file, and write down the following setting:
  • $cookieprefix
Then in the PP admin panel, set the following:
  • PhotoPost Cookie Path => VALUE OF Path to Save Cookies
  • Forum Cookie Prefix => VALUE OF $cookieprefix
  • PhotoPost Cookie Domain => VALUE OF Cookie Domain
Click the Save Changes button, logout, remove that piece of code from adm-inc.php, clear your browser cookies, and login.
Frost is offline   Reply With Quote