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

Home » FUDforum Development » Bug Reports » A few messages becoming blank
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: A few messages becoming blank [message #158860 is a reply to message #158856] Sun, 05 April 2009 11:11 Go to previous messageGo to previous message
ToniCE is currently offline  ToniCE   Germany
Messages: 22
Registered: January 2008
Location: Germany
Karma:
Junior Member

I had the same issue some weeks ago. Since I was trying a conversion to Simplemachines Forum, i thougt it had to do with the converter...

Some of the file_id entries in the database got a "-" before it so the script could not find them.

The folowing sql-statement did the trick for me to repair the fud database.

UPDATE fud23_msg SET file_id = REPLACE(file_id, '-', '') WHERE LEFT(file_id, 1) = '-'

You'll have to replace the fud23_ thing with your own prefix.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: PHP Notice on "Bookmarks" tab
Next Topic: bbcode html chaos
Goto Forum:
  

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

Current Time: Sun Feb 16 14:24:05 GMT 2025

Total time taken to generate the page: 0.04430 seconds