The import of my forum went very well except for one thing. Posts with no replies appear first in the list of threads in a forum. So I will have a tonne of threads from up to 2 years ago listed first, followed by the normal order of threads that you would expect.

Forms->Settings is set to "Date - newest first"

Comments

artycul’s picture

same problem here... is there anyone who experienced the same bug and found any solution?

...sebi

justafish’s picture

Status: Active » Fixed

ran this in phpmyadmin:
UPDATE node_comment_statistics, node SET node_comment_statistics.last_comment_timestamp = node.created WHERE node.nid = node_comment_statistics.nid AND node_comment_statistics.comment_count = 0

artycul’s picture

thank you soooooo much ;)

Anonymous’s picture

Status: Fixed » Closed (fixed)