Upgrade to 2.5 breaks private messages? [message #10083] |
Sun, 18 May 2003 08:09 |
|
Kyfhon
Messages: 5 Registered: April 2002
Karma: 0
|
Junior Member |
|
|
Not sure if this is an actual bug or a site-specific quirk.
Basically, I upgrade from 2.3.7 to 2.5.0rc1 or rc1b and any attempts to send private messages thereafter results in:
(index.php) 1064: You have an error in your SQL syntax near 'fnord.fnord.to'', 1053243856, 'shaicon.gif', 'Y', 'SENT', 't' at line 28
Query: INSERT INTO fud2_pmsg ( ouser_id, duser_id, pdest, to_list, ip_addr, host_name, post_stamp, icon, mailed, folder_id, subject, attach_cnt, smiley_disabled, show_sig, track, read_stamp, ref_msg_id, foff, length ) VALUES( 20, 20, 2, 'kyfhon', '67.10.149.53', ''fnord.fnord.to'', 1053243856, 'shaicon.gif', 'Y', 'SENT', 'test', 0, 'N', 'Y', 'N', 1053243856, NULL, 2702, 5 )
What's used:
Apache: 1.3.27
Mysqld: 3.23.56
PHP: 4.2.3
|
|
|
Re: Upgrade to 2.5 breaks private messages? [message #10088 is a reply to message #10083] |
Sun, 18 May 2003 14:51 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
This is infact a bug, I've just fixed it in CVS. The bug only affects forums which have host name resolving turned on.
The fix is to turn this feature off till the next release, or replace your existing files (affected by the bug) with the ones attached and rebuild the theme.
FUDforum Core Developer
|
|
|
|