There is the following error with the newest 6.2 dev versions of date (20.06.2008) and cck , when I set parameters (repeating, every year) and enter the first date 20.06.2008 (select list)

warning: preg_match() expects parameter 2 to be string, array given in /mnt/web1/31/45/51628845/htdocs/sites/all/modules/date/date_api.module on line 939.
warning: preg_match() expects parameter 2 to be string, array given in /mnt/web1/31/45/51628845/htdocs/sites/all/modules/date/date_api.module on line 939.

The shown date is 01.01.2008
The entered date isn't stored in database

Comments

Micha1111’s picture

I tried again after updating to drupal 6.3 and the newest dev of cck, date, views
there is the same error, when I try to enter the first repeating date

warning: preg_match() expects parameter 2 to be string, array given in /mnt/web1/31/45/51628845/htdocs/sites/all/modules/date/date_api.module on line 939.
warning: preg_match() expects parameter 2 to be string, array given in /mnt/web1/31/45/51628845/htdocs/sites/all/modules/date/date_api.module on line 939.

the field table is created in the database, but the date isn't stored and nothing is shown in the node
in cck form, there is no field label shown on top of the select lists

KarenS’s picture

Status: Active » Fixed

Repeating dates were not finished pending getting some other things done. But I just committed some fixes to get them working. They're not well-tested yet, but are functional.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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