Closed (fixed)
Project:
Scheduler
Version:
6.x-1.7
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2010 at 16:20 UTC
Updated:
20 Sep 2010 at 14:20 UTC
date() expects parameter 2 to be long, string given in .../sites/all/modules/scheduler/scheduler.module on line 599.
This seems to be preventing my users from using Scheduler. I'm still trying to figure out what they are doing.
Comments
Comment #1
nancydruThis is happening on "Preview." No dates were given, so it's choking on an empty string.
Comment #2
nancydruThis seems to fix it:
I just changed
issetto!empty.Comment #3
eric-alexander schaefer commentedscheduler.module release 6.x-1.7 only contains 586 lines and 6.x-1.x-dev does not contain a call to date() in line 599.
Also I cannot find the code snippet you posted in #2. What version of scheduler are you using?
Comment #4
nancydruAccording to the module admin page, 6.x-1.7.
// $Id: scheduler.module,v 1.50.2.36 2010/05/02 16:36:06 ericschaefer Exp $This is in "function scheduler_preprocess_node"
Comment #5
nancydruAhhh, #840814: Theme variables
Comment #6
eric-alexander schaefer commentedI guess I should include your patch from #840814: Theme variables real soon now...
Comment #7
nancydruThat would be nice.