Update to 2.6.12RC2 [message #23391] |
Tue, 15 March 2005 06:41 |
nstorm
Messages: 19 Registered: March 2005 Location: Russia, Rostov-on-Don
Karma: 0
|
Junior Member |
|
|
Recently I decided to update my forum from 2.6.11 to 2.6.12RC2, because I'm tired of recieving tons of 'cannot send mail' messages in my box due to obsolete ICQ notification, that users tried to turn on.
My forum is cp1251 russian language.
Upgrade script worked fine updating files, but after its done, and started to convert DB, I recieved SQL error message due to script converted some tables (containing topics and forum cats) to latin1. Of course all russian text become '?'. I've changed upgrade.php so that it is altered tables to cp1251 charset, and worked fine. But I've ended with ?????? everywhere, of course except message bodies. I did restored tables from backup, runned all checks. Now forum seems to be working fine.
I wonder is that a bug in upgrade.php itself or I did something wrong?
Now it gives me following then I'm trying to delete message from forum:
(/home/nstorm/htdocs/forum/index.php:125
/home/nstorm/htdocs/forum/index.php:187
/home/nstorm/htdocs/forum/theme/default/mmod.php:2176
/home/nstorm/htdocs/forum/index.php:1182
) 1146: Table 'nstorm.mm_msg' doesn't exist
Query: SELECT id FROM mm_msg WHERE thread_id=24 AND id < 361 ORDER BY id DESC LIMIT 1
_GET: t=mmod&
_POST: del=361&confirm=1&S=7c3074036cc434bbd0e9758188f1e077&SQ=74afdaa 38e1cae61a4868e22644f53de&del_reason=&YES=??&
Server Version: 4.1.10
[Referring Page]
my db tables prefix is forum, why mm_msg?
[Updated on: Tue, 15 March 2005 06:46] Report message to a moderator
|
|
|
|
|
Re: Update to 2.6.12RC2 [message #23401 is a reply to message #23400] |
Tue, 15 March 2005 15:53 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I am guessing you are using MySQL 4.1?
As far as the character set issue goes, what was the original character set of the tables?
FUDforum Core Developer
|
|
|
|
|
|
|
|
|
|
|
|
Re: Update to 2.6.12RC2 [message #23522 is a reply to message #23508] |
Sat, 19 March 2005 21:41 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The pointers for old topics will only appear if the topic is newer then the post time + moved pointer expiry value, which can be changed in the admin control panel.
The other issues I need to investigate.
FUDforum Core Developer
|
|
|
|