I have a weird problem with moving a WordPress installation to a new server (just the server changes, domain remains the same, I’m currently accessing the site on the new server via the same domain and a hosts-file entry). Although the blog is displaying and I can access the admin area, there are no posts shown. The weird thing is, that the posts screen shows the correct statistics (“All (137) | Published (92) | Drafts (45)”) but the posts table says “no posts found”. On the frontend no posts are shown, but the “newer/older” links are shown and the archives list the months were posts were created. So it seems to find the posts, but somehow is missing some important information. I tried exporting/importing the DB with mysqldump/mysql on the command line and with phpmyadmin – same issue.
Did anybody experience this problem before?