I'm unable to update the Date module beyond the update #6000. I'm working with the 5.x-2.x dev version. The update script turns out this error on each attempt and will not perform that update. It does not prevent the script from updating the other modules when needed.

warning: Missing argument 3 for date_timezone_form_alter(), called in /Applications/MAMP/htdocs/includes/form.inc on line 365 and defined in /Applications/MAMP/htdocs/sites/all/modules/date/date_timezone/date_timezone.module on line 42.

warning: Missing argument 3 for date_form_alter(), called in /Applications/MAMP/htdocs/includes/form.inc on line 365 and defined in /Applications/MAMP/htdocs/sites/all/modules/date/date/date.module on line 307.

Comments

KarenS’s picture

Status: Active » Fixed

You must be mixing up versions. You report this as a 5.2 error, but update_6000 exists only in the D6.2 version. Make sure you're using the right version of the code with the matching version of Drupal.

seaneffel’s picture

Definitely using the 5.x versions, not D6.

I had so few date-enabled nodes that I just used devel to reinstall the entire module and fill in the missing data by hand - so I don't have anything more to report unfortunately.

KarenS’s picture

There is no update 6000 in the D5.2 version, so if you see one, you don't have the 5.2 version.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.