smsmasters
Active member
That would suggest that those threads have either not imported correctly, or there is no record of their having been imported.
Can you see a record for thread 109722 in your xf_import_log table?
Code:
SELECT *
FROM `smsmast_xenforo`.`xf_import_log`
WHERE (
`content_type` LIKE '%109722%'
OR `old_id` LIKE '%109722%'
OR `new_id` LIKE '%109722%'
)
LIMIT 0 , 30

No thread
