A project I’m working on involved a directory with more than 27,000 entries. Rather than manually entering each one by hand, I imported a CSV into the database by use of a third-party MySQL client. I made sure the entry numbers synced and were unique, and running “SELECT COUNT(DISTINCT(entry_id)) FROM “exp_weblog_titles’” produces the correct number of entries that should be there, but when I go to the Edit screen, it says the weblog is empty. Meanwhile, on the front-end, I can view the missing entries just fine.