FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » Update to 2.6.12RC2
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Update to 2.6.12RC2 [message #23391] Tue, 15 March 2005 06:41 Go to next message
nstorm is currently offline  nstorm   Russian Federation
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 #23397 is a reply to message #23391] Tue, 15 March 2005 15:23 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Fixed in CVS.

Here is the patch:

http://cvs.prohost.org/c/index.cgi/FUDforum/chngview?cn=3443


FUDforum Core Developer
Re: Update to 2.6.12RC2 [message #23400 is a reply to message #23391] Tue, 15 March 2005 15:39 Go to previous messageGo to next message
nstorm is currently offline  nstorm   Russian Federation
Messages: 19
Registered: March 2005
Location: Russia, Rostov-on-Don
Karma: 0
Junior Member
Thanks for the fix, but any idea about upgrade script? Is installer still incomplete at RC2 to support other encodings or is it something related only to my setup?
Re: Update to 2.6.12RC2 [message #23401 is a reply to message #23400] Tue, 15 March 2005 15:53 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
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 #23402 is a reply to message #23391] Tue, 15 March 2005 15:56 Go to previous messageGo to next message
nstorm is currently offline  nstorm   Russian Federation
Messages: 19
Registered: March 2005
Location: Russia, Rostov-on-Don
Karma: 0
Junior Member
Yes, 4.1, and it was cp1251 charset and cp1251_general_ci collation.

[Updated on: Tue, 15 March 2005 15:56]

Report message to a moderator

Re: Update to 2.6.12RC2 [message #23403 is a reply to message #23402] Tue, 15 March 2005 16:12 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Fixed, the next version should not have this problem.

FUDforum Core Developer
Re: Update to 2.6.12RC2 [message #23404 is a reply to message #23391] Tue, 15 March 2005 16:17 Go to previous messageGo to next message
nstorm is currently offline  nstorm   Russian Federation
Messages: 19
Registered: March 2005
Location: Russia, Rostov-on-Don
Karma: 0
Junior Member
Glad to hear that Smile
Re: Update to 2.6.12RC2 [message #23416 is a reply to message #23391] Tue, 15 March 2005 19:32 Go to previous messageGo to next message
nstorm is currently offline  nstorm   Russian Federation
Messages: 19
Registered: March 2005
Location: Russia, Rostov-on-Don
Karma: 0
Junior Member
Another bug after upgrade, trying to manage group users.:
Parse error: parse error, unexpected ';' in /home/nstorm/htdocs/forum/theme/default/groupmgr.php on line 498
Re: Update to 2.6.12RC2 [message #23421 is a reply to message #23416] Tue, 15 March 2005 22:01 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Fixed in CVS.

Patch can be found here:

http://cvs.prohost.org/c/index.cgi/FUDforum/chngview?cn=3447


FUDforum Core Developer
Re: Update to 2.6.12RC2 [message #23428 is a reply to message #23391] Wed, 16 March 2005 06:26 Go to previous messageGo to next message
nstorm is currently offline  nstorm   Russian Federation
Messages: 19
Registered: March 2005
Location: Russia, Rostov-on-Don
Karma: 0
Junior Member
Patched, but it still gives me same parse error.
Re: Update to 2.6.12RC2 [message #23442 is a reply to message #23428] Wed, 16 March 2005 15:44 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Did you rebuild the theme after patching?

FUDforum Core Developer
Re: Update to 2.6.12RC2 [message #23456 is a reply to message #23391] Thu, 17 March 2005 06:36 Go to previous messageGo to next message
nstorm is currently offline  nstorm   Russian Federation
Messages: 19
Registered: March 2005
Location: Russia, Rostov-on-Don
Karma: 0
Junior Member
Yes, thanks, forgot about that. Rebuilding theme fixed that.
Re: Update to 2.6.12RC2 [message #23508 is a reply to message #23391] Fri, 18 March 2005 20:39 Go to previous messageGo to next message
nstorm is currently offline  nstorm   Russian Federation
Messages: 19
Registered: March 2005
Location: Russia, Rostov-on-Don
Karma: 0
Junior Member
Moreover:
Then I've added new forum, and trying to split messages from existing ones to new (which doesn't contains any topics yet), it ends up with 'link doesn't exist' (or similar, dunno exact english message) message. After posting something at new forum, it is possible to split messages there.
And after I moved some topic fully to new forum it doesnt shows up at old forum as 'moved to...'. Only the first topic moved showed. I don't really know should this other topics show or not as moved, but they don't.
Re: Update to 2.6.12RC2 [message #23522 is a reply to message #23508] Sat, 19 March 2005 21:41 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
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
Re: Update to 2.6.12RC2 [message #23527 is a reply to message #23522] Sun, 20 March 2005 15:43 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Splitting bug has been fixed in CVS.

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: trying to install but mysql problem
Next Topic: 'Welcome to forums' message
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 06:43:48 GMT 2024

Total time taken to generate the page: 0.05539 seconds