I wanted to have a block in the sidebar which displayed an archive system for my blogs. After looking around, Views seemed to be the perfect solution. However I am ahaving some issues with it.

Using Drupal 6.10 and Views 6.x-2.5. I have installed the Views module and it appears to be working correctly. I enabled the default archive module and set it in the block menu to where I want it to appear. I amended the archive filters so that only blog entries were shown. The sidebar shows the month, year and the number of posts in that category but the link takes it to a "Page not found". Even when manually navigating to www..../archive, I get the same error.

Any idea what could be causing this?