Sorry if this one is a repeat of some other bug report, but I'm getting warnings of this type when previewing events:

* warning: date_parse() expects parameter 1 to be string, array given in (path to install)/sites/all/modules/event/event.module on line 2729.
* warning: date_parse() expects parameter 1 to be string, array given in (path to install)/sites/all/modules/event/event.module on line 2729.
* warning: date_parse() expects parameter 1 to be string, array given in (path to install)/sites/all/modules/event/event.module on line 2729.
* warning: date_parse() expects parameter 1 to be string, array given in (path to install)/sites/all/modules/event/event.module on line 2729.
* warning: Illegal offset type in isset or empty in (path to install)/modules/taxonomy/taxonomy.module on line 1015.
* warning: Illegal offset type in (path to install)/modules/taxonomy/taxonomy.module on line 1016.
* warning: Illegal offset type in (path to install)/modules/taxonomy/taxonomy.module on line 1019.
* warning: Illegal offset type in (path to install)/modules/taxonomy/taxonomy.module on line 592.

I have double checked, and there is a category assigned to the event through the Taxonomy module. When saved, listing appears just fine and is showing as being in the right category. Furthermore, clicking on the category links does take you to a threaded view of those in that category. Is there a patch to test on corrections for this? Thanks!

Comments

killes@www.drop.org’s picture

I cannot reproduce this.

IreneKraus’s picture

Status: Active » Postponed (maintainer needs more info)

That occurred when doing a fresh development build. Can't recall - offhand now - what other modules were installed, etc. Have to get back to this one when I have more free time. Consider this as needing more info for the moment. Maybe someone else will run into it!

mroots’s picture

ive got the same kind of error BUT i don't have the event module

* warning: Illegal offset type in isset or empty in /usr/local/www/drupal6/modules/taxonomy/taxonomy.module on line 1015.
* warning: Illegal offset type in /usr/local/www/drupal6/modules/taxonomy/taxonomy.module on line 1016.
* warning: Illegal offset type in /usr/local/www/drupal6/modules/taxonomy/taxonomy.module on line 1019.
* warning: Illegal offset type in /usr/local/www/drupal6/modules/taxonomy/taxonomy.module on line 592.

you might be interested in this issue of the taxonomy module:
#275352: Taxonomy throwing odd errors when previewing node

japerry’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)

Event for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.