|
|
|
|
|
|
Re: 2.6RC1 upgrade fron 2.5.3RC3 issue [message #13783 is a reply to message #13780] |
Mon, 27 October 2003 17:44 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I'll try upgrading a new install of 2.5.3RC3 in a moment, I wonder why I did not get such an error myself. Your table structure for the table in question seems fine.
FUDforum Core Developer
|
|
|
Re: 2.6RC1 upgrade fron 2.5.3RC3 issue [message #13784 is a reply to message #13782] |
Mon, 27 October 2003 17:45 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I suspect majority of the changes would be inside forum.css.tmpl ?
Apply the changes from your existing forum.css.tmpl to the new one and you should be set.
FUDforum Core Developer
|
|
|
|
|
|
Re: 2.6RC1 upgrade fron 2.5.3RC3 issue [message #13791 is a reply to message #13789] |
Mon, 27 October 2003 18:21 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
AzaToth wrote on Mon, 27 October 2003 13:03 | Ok, tried to make a new theme from scratch, got:
Quote: | DUPE: SECTION -> was_moved_msg_lnk found in (now parsing )
|
|
Based on which template set was this theme created, defualt or path_info?
FUDforum Core Developer
|
|
|
|
|
|
Re: 2.6RC1 upgrade fron 2.5.3RC3 issue [message #13797 is a reply to message #13795] |
Mon, 27 October 2003 21:54 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Regarding the MySQL error you saw, did you forum have any information in it or was it blank?
I tried to replicate the problem by installing a fresh 2.5.3RC3 and then immidiately upgrading it to 2.6.0RC1 and recieved no errors. Any additional info you can think of would be most helpful.
FUDforum Core Developer
|
|
|
|
|
|
|
|
|
Re: 2.6RC1 upgrade fron 2.5.3RC3 issue [message #13839 is a reply to message #13835] |
Tue, 28 October 2003 23:08 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
jbodnar wrote on Tue, 28 October 2003 17:49 | I've got the same mysql error as well, but I can't really follow this thread. Will replacing compiler.inc fix the mysql problem?
Looking at the indexes for fud23_thread_view the error makes sense. If you drop the forum_id index, which is comprised of fields forum_id, page and pos, pos, which is auto_increment, will no longer be a key, which mysql seems to need.
|
Which version of MySQL are you using? I am trying to see if this is 4.0 specific issue or if it affects any MySQL install, which seems unlikely since it works fine here...
FUDforum Core Developer
|
|
|
Re: 2.6RC1 upgrade fron 2.5.3RC3 issue [message #13840 is a reply to message #13839] |
Tue, 28 October 2003 23:13 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The error makes sense, but should not happen, since old indexes are removed only after the new indexes are added. Meaning that something prevented the indexes from being added.
Could you please tell me what do you when you run:
show index from fud23_thread_view;
(replace table prefix as needed).
FUDforum Core Developer
[Updated on: Tue, 28 October 2003 23:13] Report message to a moderator
|
|
|
|
Re: 2.6RC1 upgrade fron 2.5.3RC3 issue [message #13842 is a reply to message #13841] |
Wed, 29 October 2003 00:26 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Whoops, I edited the above message instead of replying :/
D'oh...
Anyhow the above message should give you directions on how to get more info on the problem.
FUDforum Core Developer
|
|
|
|
|
|