Closed (fixed)
Project:
Advanced Poll
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Dec 2006 at 16:21 UTC
Updated:
8 Jan 2007 at 17:00 UTC
I am using AdvPoll v 1.1.4.1 in Drupal 5.0 RC 1 and when i am running the Cron Job getting following Error at Status report. I have two Polls running with Start date Dec-25-2006 Duration: Unlimited
* SELECT p.nid FROM {advpoll} p WHERE p.startdate IS NOT NULL AND (p.runtime = 0 OR p.startdate + p.runtime >= 1167004800) AND p.startdate < 1167062855 AND p.active = 0
* Cron ran successfullyPoll is available at http://www.findkerala.com/polls
Comments
Comment #1
ChrisKennedy commentedThanks for the bug report. Actually, what happened is that I forgot to remove a drupal_set_message() from advpoll_cron, so it was just outputting the sql it ran - it wasn't an actual error message. This is now removed.
http://drupal.org/cvs?commit=48934
Comment #2
(not verified) commented