Closed (duplicate)
Project:
Monthly Archive
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2007 at 17:30 UTC
Updated:
13 Jul 2007 at 03:29 UTC
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
Comment #1
dmcfaul@more.zites.net commentedThis 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) {
Comment #2
wmostrey commentedDuplicate of #156571
Comment #3
leed commentedI have edited and updated month.module file and it is working properly. I hope that it gets patched soon.