I have installed the module after creating 6 entries in my blog. When I create a block for Monthly Archives and configured it, it displays month and the number of blog entries created in the month. However, when I click on that link, I get "Page not found" message on the redirected page.

I tried creating a new blog entry after I installed module, but the result was the same.

Comments

dmcfaul@more.zites.net’s picture

This is the correct fix I believe. Open up month.module and edit line 16
from: function month_menu() {
to: function month_menu($may_cache) {

Then on line 18 change
from: if ($may_cache) {
to: if(!$may_cache) {

wmostrey’s picture

Status: Active » Closed (duplicate)

Duplicate of #156571

leed’s picture

Title: Page not found » problem fixed

I have edited and updated month.module file and it is working properly. I hope that it gets patched soon.