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?