Probably a bad title to get your attention but here goes :-

Starting from scratch.

  • Create empty database
  • Checkout HEAD Drupal, setup sites/default/settings.php
  • Install
  • Create a vocab and add some terms, apply vocab to node type, I used page but same prob with story
  • Create content, page
  • Give a title and body, select (or not, doesn't matter) a category
  • Submit
Fatal error: Cannot unset string offsets in /usr/home/ajk/WS/DRUPAL/DRUPAL-HEAD/drupal/modules/taxonomy/taxonomy.module on line 751

I spoke with Heine on IRC and he was not able to reproduce this but I'm not able to get rid of it, even with a fresh install. Can anyone else reproduce this?

Comments

AjK’s picture

On IRC edkwh confirms problem. It appears if two or more vocabs are applied to a node type the problem doesn't manifest. It only occurs when a single vocab is applied to a node type.

Possibly related to this recent issue/commit:-

http://drupal.org/node/41484
recent change to include taxonomy select in its own field set doesn't make any sense for forum ui

AjK’s picture

Priority: Critical » Normal
Status: Active » Closed (duplicate)

This patch appears to fix this issue:-

http://drupal.org/node/41484#comment-136109