Steps to reproduce:
- Go to admin/content/taxonomy and create a free-tagging vocabulary, assigning it to the 'story' type (for example).
- Go to node/add/story to create a story. Add some tags.
- Click Preview.
Receive two of these guys:
notice: Undefined index: in /home/.honor/snarkles/webchick.net/modules/taxonomy/taxonomy.module on line 868.
notice: Undefined index: in /home/.honor/snarkles/webchick.net/modules/taxonomy/taxonomy.module on line 868.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 186750.patch | 525 bytes | catch |
Comments
Comment #1
patchnewbie commentedThis should be a pretty easy fix for someone new to core development.
Comment #2
catchThis removes the notice.
Comment #3
webchickThat does indeed remove the notice, but I'm wondering why index is NULL. There might be something a bit deeper that we need to look at.
Comment #4
catchIs that a rhetorical statement to give me a hint? In which case it went over my head, sorry.
On the assumption it's not a hint and is a genuine "I wonder why.." deassigning myself.
Comment #5
robloachOh wow, I get lots of these:
Even with the forced check on
$vocabularies[$vid].Comment #6
robloachComment #7
catchRob, there's an issue here for those:
http://drupal.org/node/186837
Comment #8
desbeers commentedhttp://drupal.org/node/163728 deals with the notices and a lot more like lost of free-tags and resetting to default of other tags on preview. I mark this as duplicate.