I am trying to replicate my blog on a new hosting service. Everything installed and worked perfectly on the new server. However, when I import the dump of the database from my previous server, the posts from pm_weblog don’t show up. I can see that all the rows are there, and at a casual glance the data looks good - what else do I need to do?
A friend suggested that I run the following SQL:
UPDATE pm_weblog SET preview=‘0’
I did that, but nothing changed.
Please advise.
