PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Installation & Upgrades (http://www.photopost.com/forum/classifieds-installation-upgrades/)
-   -   Upgrade problems (http://www.photopost.com/forum/classifieds-installation-upgrades/128295-upgrade-problems.html)

openfire October 28th, 2006 07:26 AM

Upgrade problems
 
1 Attachment(s)
I just ran the upgrade from 2.5 to 2.6.

I uploaded all the files, then ran upgrade.php.

1) I now cannot log into admin.
2) My site now looks like this:

Attachment 2273 :eek:

What did I do wrong, and how can I fix it?

Thanks.

Chuck S October 28th, 2006 07:39 AM

It looks like to me you overwrote your config files or changed them

You can edit config-int.php with the proper paths and urls and turn on the vb3 enhanced integration. As far as login I am assuming this was working properly before upgrade since the upgrade would not affect this in any way. Make sure as stated if you did upgrade that your correct vbulletin license number is in the photopost config-inc.php file.

That should assist you

openfire October 28th, 2006 07:53 AM

Chuck, that did it!

THANK YOU!!!

openfire October 28th, 2006 08:10 AM

woops...

I jumped the gun there a little. OK, the site is back to normal in terms of looks, but the login issue is still there.

Just so you know, I uploaded all files except for config-inc.php, so that's unchanged.

I made the changes to config-intc.php which fixed the look, but not the login issue....

What could be causing the login issue?

openfire October 28th, 2006 08:27 AM

Every time I click on admin, it takes me to a log-in page, says login successful, then takes me back to the classifieds index page. :confused:

openfire October 28th, 2006 08:44 AM

Now I also can't login to VB admin!!!

openfire October 28th, 2006 08:49 AM

Sorry about th multiple replies but:

Before I posted my issue, I tried resolving this myself and ran "UPDATE cp_settings SET setting='bb' WHERE id=182" that I saw in a previous post...

Maybe I messed things up??? I don't have a clue.

Chuck S October 29th, 2006 12:34 AM

Well of you cant login to vb admin then your issue is with vb login. If you can login to vb admin but get a login loop trying to go to our admin then correct either your cookie prefix or vb license number are incorrect so the query above would be correct if your cookie prefix is bb

openfire October 29th, 2006 06:59 PM

Chuck, the problem seems to be somewhat resolved... I think!

I ran UPDATE cp_settings SET setting='bb' WHERE id=182, but I changed 'bb' to ''.

(Upon double checking, it appears that my vbuletin database items do not have a bb prefix, in fact there is no prefix at all.)

My admin logins are now working from my laptop but not from my desktop!?!

Any thoughts Chuck?

Chuck S October 29th, 2006 07:42 PM

Your cookie prefix is set in your vb config.php file so you can check this out but I can say with most certainty it is bb

If you can login on one computer and not another just make sure the one computer that does not work allows cookies and try clearing all cookies

openfire October 29th, 2006 07:54 PM

Chuck, I checked my vb config.php:

// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = '';

Is there anything else that needs to be done?

Chuck S October 29th, 2006 08:05 PM

cookie prefix ;) not table prefix

openfire October 29th, 2006 08:09 PM

OH...

// Prefix that all vBulletin cookies will have
// Keep this short and only use numbers and letters, i.e. 1-9 and a-Z
$config['Misc']['cookieprefix'] = 'bb';

You are correct...

What do you reccomend I do?

Thanks

Chuck S October 29th, 2006 08:16 PM

well your saying it works fine on your laptop which tells me the issue is with the other computer. Try as I suggested clearing all cookies on the trouble computer and try again

openfire October 29th, 2006 10:00 PM

Yup, that did it. Thank you for help in resolving this issue Chuck.

One more quick thing... should I change it back to:

UPDATE cp_settings SET setting='bb' WHERE id=182

'bb' instead of ''?

Thanks again.


All times are GMT -5. The time now is 04:12 PM.

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