View Single Post
Old February 18th, 2005, 02:16 AM   #1 (permalink)
ppostuser
Registered User
 
Join Date: Nov 2004
Posts: 31
No Photopost Login from VBulletin

After reading many threads on the subject I still can't get logins to coordinate from vbulletin to photopost.

User logging in thru photopost is happily recognized by vbulletin. User logging in thru vbulletin is not recognized by photopost.

I confirmed that the cookie settings in both programs were "/" and "" in other words sitewide and properly matched up. Also my vbulletin lic number is correct.

My versions of both products are new from last october.

I use vbulletin registration database for photopost but I don't have the two integrated on the same pages if that's at all relevant.

I changed the cookie domain setting from blank to .mydomain.com in both products but that didn't change anythign. Anyway, my cookies are aligned.

here is my config-inc.php:

// Cookie variables
// This should be set to match the path/domain for your cookies,
// / = "/"; sets the cookie to be usable throughout the site.
// = ".domain.com"; sets the cookie to be usable across the domain
// If your BB system has a different setting, then you need to put that path here as well.
$cookie_path = "/";
$cookie_domain = ".fing.com"; [this line was previously left blank in both products but still it didn't work]

// Cookie Prefix
// Default vB3:
//bb = "bb";
// Default phpBB2:
//bb = "phpbb2mysql";
// Default Threads:
//bb = "w3t_";
$cookieprefix="bb";

Thanks for any help!
ppostuser is offline   Reply With Quote