PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Installation & Upgrades (http://www.photopost.com/forum/classifieds-installation-upgrades/)
-   -   3 problems w/upgrade - help needed please (http://www.photopost.com/forum/classifieds-installation-upgrades/111838-3-problems-w-upgrade-help-needed-please.html)

izan January 30th, 2005 07:18 PM

3 problems w/upgrade - help needed please
 
I have vB 3.03 and just upgraded from PPC 1.8.2 to 2.1 Now I am stuck in the login loop as well. I haven't found the answer, or all three problems, in other posts. Before the login loop problem showed up things were going quite well with the upgrade although I did notice that when placing a new ad (in step 3) the auction checkbox was there, but there wasn't any text to the left of it describing what the check box is for. Same thing with the zip code entry area - the text box was there to enter the zip code but no text stating what the text box was for. The little bit of testing I was able to do showed the zip code feature does work. I wasn't able to test the auction feature.

Back to the login issue: I suspected it's a cookie problem and have checked all settings.

VB3 License Number required for VB3 integration is entered correctly.
//vBulletin cookies are: $cookieprefix = 'bb';
I tried - $cookieprefix = "bb"; but it didn't help.

PPClassifieds cookie settings are:
$cookie_path = "/";
$cookie_domain = ".amx-perience.com"; setting it to "." changed nothing.
$cookieprefix="bb";

So I tried this as suggested by another forum user:

Quote:

Use phpMyAdmin and go to your Classifieds "settings" table.

Look for ID = 181,182 and 183

Make sure your Values are correct and Section=13 (my was Section=12)
For 181, value= "/", section=13
For 182, value="bb" (or whatever you defined, same as PPPro), section=13
For 183, value=".mydomain.com" (where mydomain you be your actual domain name), section=13

Then, clear your browser cache, exit browser, and re-enter.

Works for me.
Values are correct. Cleared cache, cleared cookies, rebooted, re-entered - No Luck.
For 181, value= "/", section=13
For 182, value="bb" section=13
For 183, value=".amx-perience.com" section=13

I noticed that when I login to the forum (which works okay) and then try the admin link to login as admin I enter the password and it just loops back to the admin login page again BUT if I then return to the forum homepage I am no longer logged in - even though my username still shows up as online. I have to login again to logout.

FYI: The Mozilla Cookie Manager shows the cookie information which has the selected cookie giving the host as www.photopost.com and the path as /

I haven't upgraded vBulletin to the latest version yet but did install the security patch in functions_bbcodeparse.php

Any ideas as to what to try next? And how to fix the missing text issue?

Michael P January 31st, 2005 09:53 AM

Try the vB3 FAQ in the FAQ section, it has more detailed examples of settings; but set your domain to "" not "."

That FAQ has alot of useful information on configurations.

izan January 31st, 2005 04:25 PM

I tried the FAQ and still no luck. After logging into VB and checking the cookies in the browser (Mozilla) there is no cookie being set. The classifieds are not enabled so there's no way to login there.
The cookie settings in phpMyAdmin (c&p below) show they are correct as stated in the FAQ i.e:
VB
cookie path /
cookie prefix bb
cookie domain <blank>

AND

PPC
cookie path /
cookie prefix bb
cookie domain <blank>

VB FORUM SETTINGS
cookietimeout http 900 900 10 0 1
cookiepath http / / 20 0 1
cookiedomain http

PP CLASSIFIEDS SETTINGS
181 PhotoPost Cookie Path cookie_path This should be set to match the path/domain for yo... / 1 13
182 Forum Cookie Prefix cookieprefix Some Default values vB3: bb, phpBB2: phpbb2mysql, ... bb 2 13
183 PhotoPost Cookie Domain domain_path .yourdomain.com; sets the cookie to be usable acro... 3 13

Any other ideas??

izan January 31st, 2005 07:22 PM

It's looking more like the cookie/login issue is on the VB side. BUT that doesn't address these problems:

I did notice that when placing a new ad (in step 3) the auction checkbox was there, but there wasn't any text to the left of it describing what the check box is for. Same thing with the zip code entry area - the text box was there to enter the zip code but no text stating what the text box was for.

Anybody know where to edit the files to add the missing text??????

izan February 1st, 2005 04:55 PM

Nevermind.....I got those problems fixed.


All times are GMT -5. The time now is 08:24 AM.

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