View Single Post
Old April 3rd, 2006, 04:31 AM   #1 (permalink)
dr-agon
Junior Member
Verified Customer
 
Join Date: Apr 2006
Posts: 8
Cannot login to PP directly

I'm installing PP for the first time, integrating with VB3. Having changed the VB3 image paths in the StyleVars for the Default Style from relative to absolute, I am able to successfully view PP, and to reach the Admin panel (via the link in the PP navbar). However, I can only view PP if I am currently logged into the forum.

If I attempt to access PP or the PP Admin panel directly (i.e. before logging into the forum first), the login fails. On failure, an extract of the php error log reports:

"File does not exist: ... /public_html/photos/clientscript/vbulletin_md5.js"

Based on the paths and URL's that I've set in the PP settings and in config-inc ($PP_PATH) and config-int ($vbpath, $pppath, $url_path, $vb_urlpath), I would expect that PP would correctly locate ../clientscript within the VB3 path, but instead is looking for it under ../photos/ (my PP location)?


INSTALLATION DETAILS

o/s: FreeBSD
php: v4.3.11
mySql: v4.1.9
forum: vBulletin v3.5.3
____________________

COOKIE SETTINGS

In PP, I have the cookie settings as follows:
PhotoPost Cookie Path: /
Forum Cookie Prefix: bb
PhotoPost Cookie Domain: (blank)

In VB3 options, I have the cookie settings as follows:
Path to Save Cookies: /
Cookie Domain: (blank)
And in the VB3 config file:
$config['Misc']['cookieprefix'] = 'bb';
dr-agon is offline   Reply With Quote