Closed (won't fix)
Project:
Week Field
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2007 at 21:42 UTC
Updated:
3 Feb 2013 at 14:45 UTC
Archive Screen
http://slowfoodcharlotte.org/node/3
It produced 3 date ranges, and out of those ranges only 1 is valid. I'll be glad to feed you back any further details but I'm not sure what you'd need.
Comments
Comment #1
tic2000 commentedI have the same problem. Even if the description says that the block show only weeks with post in it I get weeks that have no nodes.
Comment #2
tic2000 commentedI found out why this happens.
It's an inconsistency in columns used in select queries. On line 26, when creating the week lists the "changed" column is used (storest the unix timestamps of the last change to a node) while the rest of the code uses the "created" column (which stores the time the node was first created).
Now depending on what is the result you want you change the "changed" in line 26 to "created" or you can change every instance of "created" to "changed".
Comment #3
deville commentedtic2000 is correct (thank you), that fixes the error
Comment #4
duaelfrThis version of Weekly Archive by Node Type is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.