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

Home » FUDforum Development » Bug Reports » Bugs in 1.1.9-dev (from CVS @ 8:30am Feb 12)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Bugs in 1.1.9-dev (from CVS @ 8:30am Feb 12) [message #437 is a reply to message #434] Tue, 12 February 2002 17:53 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
ironstorm wrote on Tue, 12 February 2002 11:58 AM

Every Message or Edit has the entire of the thread prepended.

When you create thread, each reply in thread prepends all of the body of text from all the previous messages.

The same is true of edits.

Also nested replys aren't displayed at all, unless they are at the end of a thread (in which case they appear as normal replies).

I suspect this is a windows only type problem, problaby something to do with where you store the end of one message
and the start of another (like if it's just counting lines and storing that in a DB and \n needs to be \r\n or something for windows)

Anyway, I'm going to see if I can figure out where I need to look for this this afternoon if I get the chance.
(I'm guessing I need to start with POST.PHP or MSG.PHP)

Attached is a thread of edits and replys... please let me know if there is anything out of the ordinary about it's contents.




I cannot replicate this bug on Linux, so I am guessing your assumption about this being a windows only bug is correct.
We do not count lines, but rather go by offsets in the file, so \r & \n should have not impact on the reading code.
The 2 files you may want to look at are fileio.inc & msg_edt.inc
they contain all of the code which actually writes/reads messages to/from disk.

Could you pleaserun the following query in MySQL and attach its output to your reply.

SELECT * FROM fud_msg WHERE thread_id=9;


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Comments on installing FUD 1.1.1 on Win2K
Next Topic: Need Help - pro i did the consistancy check and i have an error
Goto Forum:
  

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

Current Time: Thu Oct 03 08:05:32 GMT 2024

Total time taken to generate the page: 0.06622 seconds