This might be an old bug that was resolved, but it needs to be tested...
user error: Unknown column 'p.nid' in 'field list'
query: SELECT p.nid FROM vote p INNER JOIN node n ON p.nid = n.nid WHERE
(n.created + p.runtime) < 1161183902 AND p.active = 1 AND p.runtime
!= 0 in
/var/alternc/html/o/omar/gnuvernment_demo/drupal-4.6.2/includes/database.mysql.inc
on line 66
Comments
Comment #1
vm commenteddon't think you should be using the cvs version of decisions with 4.6.2
Comment #2
anarcat commentedYou're totally right, but I think this bug was there before the 4.7 branch was created. :) So i'll update the version, but anyways, this is mostly a reminder for me to retest this issue which has manifested itself on our servers recently.
Comment #3
anarcat commentedThe cron job has been verified as working on demo.decisions.gnuvernment.org, 4.7 and HEAD (5.x).
Comment #4
(not verified) commented