Errors:

  • warning: Missing argument 2 for theme_date_all_day() in D:\sites\broadpreview\edp\sites\default\modules\date\date\date.theme on line 248.
  • warning: Missing argument 3 for theme_date_all_day() in D:\sites\broadpreview\edp\sites\default\modules\date\date\date.theme on line 248.
  • warning: Missing argument 4 for theme_date_all_day() in D:\sites\broadpreview\edp\sites\default\modules\date\date\date.theme on line 248.
  • warning: Missing argument 5 for theme_date_all_day() in D:\sites\broadpreview\edp\sites\default\modules\date\date\date.theme on line 248.
  • warning: Missing argument 6 for theme_date_all_day() in D:\sites\broadpreview\edp\sites\default\modules\date\date\date.theme on line 248.

Field:
Type: Datetime
Widget type: Text Field with Date Pop-up calendar
Default value: Blank
Default value for To date: Relative
Input format: 2010-03-05 23:58 -0500
Years back and forward: -3:+3
Time increment: 1
Required: checked
To Date: Required
Granularity: Year, Month, Day
Default Display: Medium
Time zone handling: No time zone conversion

Date and time formats:
Medium date format: Fri, 2010-03-05 10:49

Comments

choster’s picture

Status: Active » Closed (duplicate)

I don't think it's caused by a multiple-day date range, since I'm seeing the them_date_all_day() errors in lots of other places. Marking as duplicate of #733986: Missing argument x for theme_date_all_day().

Aquabert’s picture

same problem here :(

rar’s picture

Same problem - looks like it is caused by something not being passed changing the function to

function theme_date_all_day($field = NULL, $which = NULL, $date1 = NULL, $date2 = NULL, $format = NULL, $node = NULL, $view = NULL) {

Makes the error dissappear