I'm getting some errors back from taxonomy.module while testing an install profile. On the installation complete page, (last page of the installer) I get:

warning: Illegal offset type in /Library/WebServer/Documents/ccms/drupal_ccms/modules/taxonomy/taxonomy.module on line 1150.
warning: Illegal offset type in /Library/WebServer/Documents/ccms/drupal_ccms/modules/taxonomy/taxonomy.module on line 1151.
warning: Illegal offset type in /Library/WebServer/Documents/ccms/drupal_ccms/modules/taxonomy/taxonomy.module on line 1154.

This all points to the taxonomy_get_term function. I have the following core modules enabled in my install profile (in addition to the default core modules):

'blog', 'path', 'poll', 'profile', 'search', 'statistics', 'upload'

And the following contrib modules:

'audio', 'bloginfo', 'calendar', 'content', 'date', 'nodereference', 'number', 'optionwidgets', 'text', 'userreference', 'dblclick', 'event', 'focus', 'forward', 'image', 'image_attach', 'image_gallery', 'paging', 'panels', 'pathauto', 'simplenews', 'upload_preview', 'views', 'views_ui', 'views_rss', 'views_theme_wizard', 'views_bonus', 'volunteer_timeslots'

and the coder module.

I know this is being triggered by one of the contrib modules, but I haven't pinpointed which one yet, will work on that, over the following couple of days.

Any other info needed?

-mike

Comments

mikey_p’s picture

Of the above contrib modules, simply removing pathauto fixes the problem, but installing pathautio concurrently with the core modules mentioned, does NOT reproduce the error. Apparently it is a combination of several modules, further investigation is required. Also, pathauto should be installing after taxonomy, so I am not sure how this conflict is happening.

-mike

wim leers’s picture

Status: Active » Postponed (maintainer needs more info)

I can confirm this issue. Using Drupal 5.1 with and an even longer list of contrib modules.

core:
Book, Color, Comment, Contact, Forum, Help, Menu, Path, Poll, Profile, Taxonomy, Throttle, Tracker, Upload

contrib:
ACL, Forum Access, DB Maintenance, Computed Field, Content Templates, Content, Content Copy, Date, EMail, FieldGroup, File Field, Link, Node Reference, Number, Option Widgets, Text, User Reference, Coder, Devel, Block Cache, lm_paypal, lm_paypal_donations, lm_paypal_paid_adverts, lm_paypal_subscriptions, Privatemsg, MicroID, AdSense, Autosave, BBCode, DHTML Menus, Diff, FileAPI, Filebrowser, Google Analytics, Google Sitemap, Modr8, Panels, Pathauto, Pdfview, Quote, User badges, Project, Project issue tracking, Project releases, Smileys, Views, Views Bonus Pack, Views RSS, Views Theme Wizard, Views UI

warning: Illegal offset type in isset or empty in /home/.designer/bashrat/thesneaky.com/modules/taxonomy/taxonomy.module on line 1150.
warning: Illegal offset type in /home/.designer/bashrat/thesneaky.com/modules/taxonomy/taxonomy.module on line 1151.
warning: Illegal offset type in /home/.designer/bashrat/thesneaky.com/modules/taxonomy/taxonomy.module on line 1154.
warning: Illegal offset type in isset or empty in /home/.designer/bashrat/thesneaky.com/modules/taxonomy/taxonomy.module on line 1150.
warning: Illegal offset type in /home/.designer/bashrat/thesneaky.com/modules/taxonomy/taxonomy.module on line 1151.
warning: Illegal offset type in /home/.designer/bashrat/thesneaky.com/modules/taxonomy/taxonomy.module on line 1154.
wim leers’s picture

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

It seems this issue is a duplicate of another one: http://drupal.org/node/108781, which was created earlier and has more information. Let's continue there.