I am running Drupal 7 and building my companies site. We have used Wordpress migrate to migrate 403 blog posts into the content type WP Blog. I have enabled the block into our right sidebar and when you click on the link for the year or the month we just get a page not found.
The wordpress migrate uploaded all our wordpress blogs to the url "blog/{title}"
app.dev.plattformad.com/blog is where you can see it.

Any help would be much appreciated.
Thanks

Comments

manarth’s picture

Status: Active » Postponed (maintainer needs more info)

Apologies for the delay in responding to this issue. Unfortunately the link you've provided isn't working at this stage, so I'm at a loss as to what the problem may be.

I've not used the wordpress migrate module before, however, the links blog/2011, blog/2011/08, etc, are part of the views module (created by the WP Blog's default views), so should not be affected by the wordpress migrate tool or the fact that the node URLs don't conform to the same pattern.

GStegemann’s picture

In fact, I have the same problem. When I analyze the "WP Blog's default view" I get the following message:

You have configured display Page with a path which is an path alias as well. This might lead to unwanted effects so better use an internal path.

Can this happen when the Drupal Blog module is enabled as well?

manarth’s picture

Title: Archive list » URLs such as /blog/yyyy, /blog/yyyy/mm may conflict with Blog module paths.