Jump to:
| Project: | Public Bookings |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | fabioknoedt |
| Status: | closed (fixed) |
Issue Summary
When trying to add a booking some error happen. I think that is the date formatting or something like this.
http://_URL_/?q=admin/content/publicbookings/booking/add
# warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /var/www/drupal6/modules/date/date_api_ical.inc on line 580.
# warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /var/www/drupal6/modules/date/date_api_ical.inc on line 581.
# warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /var/www/drupal6/modules/date/date_api_ical.inc on line 584.
# warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /var/www/drupal6/modules/date/date_api_ical.inc on line 585.
# warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /var/www/drupal6/modules/date/date_api_ical.inc on line 586.
# warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /var/www/drupal6/modules/date/date_api_ical.inc on line 588.
# warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /var/www/drupal6/modules/date/date_api_ical.inc on line 591.
# warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /var/www/drupal6/modules/date/date_api_ical.inc on line 594.
# warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /var/www/drupal6/modules/date/date_api_ical.inc on line 597.
# warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /var/www/drupal6/modules/date/date_api_ical.inc on line 603.
# Recurrences must have an end date
| Attachment | Size |
|---|---|
| addbooking_issue.JPG | 172.75 KB |
Comments
#1
The patch in #273669: Fatal errors in Date Repeat, as mentioned in the booking API README, seems to fix this problem.
#2
Set to closed - if the problem persists, please re-open. To the best of my knowledge Bookings API should not need this patch any more, but will be run with it too.