Sent to u a link, hope it works
`
1. pid
2. append_edit
3. edit_time
4. author_id
5. author_name
6. use_sig
7. use_emo
8. ip_address
9. post_date
10. post
11. queued
12. topic_id
13. new_topic
14. edit_name
15. post_key
16. post_htmlstate
17. post_edit_reason
18. post_bwoptions
19. pdelete_time
20. post_field_int
21. post_field_t1
22. post_field_t2`
If you need access to my database I can give it too you.
Yes the error is yellow and I did run all of the repair tools
`SELECT convert(posts.pid USING “utf8”) AS pid,convert(posts.topic_id USING “utf8”) AS topic_id,convert(posts.ip_address USING “utf8”) AS ip_address,convert(posts.author_id USING “utf8”) AS author_id,convert(posts.post_title USING “utf8”) AS post_title,convert(posts.post USING “utf8”) AS post,convert(posts.post_date USING “utf8”) AS post_date,convert(posts.edit_time USING “utf8”) AS edit_time FROM posts AS posts WHERE posts.new_topic = 0 LIMIT 0, 100`
This error comes up right after it says “No replies to convert”
It doesn’t work, it converts forums/users/topics but no replies.