|
Re: Upgrade Issues [message #18143 is a reply to message #18142] |
Tue, 11 May 2004 16:28 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Have you tried logging in via the admin login link?
http://your_forum_url/adm/ ?
After running the upgrade script you should have been prompted to run the consistency checker, I am guessing that didn't run, which may explain the problem you are seeing.
FUDforum Core Developer
|
|
|
|
Re: Upgrade Issues [message #18145 is a reply to message #18144] |
Tue, 11 May 2004 16:47 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Not sure, it is "unlikely" but possible that the admin flag did not get imported and the admin account does not classify as the admin account.
It is hard for me to say what is the problem without access to the forum itself.
You can try running the following query
SELECT login FROM fud23_users WHERE (users_opt & 1048576) > 0;
If your table prefix is not fud23_ replace it with the correct prefix inside the query.
FUDforum Core Developer
|
|
|
|
Re: Upgrade Issues [message #18147 is a reply to message #18146] |
Tue, 11 May 2004 17:07 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The fact that admin users show up under that query means that the admin users were in fact imported correctly, which is certainly a good thing.
That would imply that the problem resides somewhere in the authentication mechanism, which for some reason does not recognize you.
The next step is to verify that the forum is in fact sending the correct cookie for the purpose of user validation. I can check this, but you'd need to send me the login/pass to one admin account so I could try to login and analyze the headers sent by the forum and the browser.
FUDforum Core Developer
|
|
|
|
Re: Upgrade Issues [message #18149 is a reply to message #18148] |
Tue, 11 May 2004 17:24 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Looks like your cookie domain is incorrect.
FUDforum Core Developer
|
|
|
|
Re: Upgrade Issues [message #18151 is a reply to message #18150] |
Tue, 11 May 2004 17:41 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You can change this option @ any time, just be sure to rebuild the themes you are using (link on the theme manager) after doing so.
FUDforum Core Developer
|
|
|
|
|
|
|
Re: Upgrade Issues [message #18156 is a reply to message #18155] |
Tue, 11 May 2004 18:10 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The admin thing is a temporary bug, because the admin account had to be re-created.
The old theme was not entirely lost, your old .tmpl files back be found inside the errors/.backup/ directory, you can then port your changes manually. The new theme is not compatible with the old one, hence the change.
FUDforum Core Developer
|
|
|
|