My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
118 stars 47 forks source link

TEXT imported from old version database not show up #698

Closed dahaike closed 4 months ago

dahaike commented 4 months ago

I exported as 'insert' sql from old database and managed to imported to new database.
Main table imported are just two : userdata and entitle. Then populate another two table about ban and spam. After it, the main page display post subjects and replationships correctly, but when I click a post, it only display post subject, missing the post body (text field in table). If I login as administrator and edit the post, the text body can be loaded correctly in the edit box. After 'save' the post without change anything, the same post is displayed OK. I checked the post record learnt nothing changed, however it is just loaded correctly afterword.

I have to load each subject/reply to make them displayable. Is there anything that I can do to bring everything back in a batch?

Thanks