I installed the module and checked the empty taxonomy admin page and got this:
notice: Undefined index: tid in sites/all/modules/taxiselect/taxiselect.admin.inc on line 157.
notice: Undefined index: tid in sites/all/modules/taxiselect/taxiselect.admin.inc on line 158.
notice: Undefined index: tid in sites/all/modules/taxiselect/taxiselect.admin.inc on line 160.
notice: Undefined index: tid in sites/all/modules/taxiselect/taxiselect.admin.inc on line 164.
notice: Undefined index: tid in sites/all/modules/taxiselect/taxiselect.admin.inc on line 187.

CommentFileSizeAuthor
#4 taxiselect-notices.diff2.13 KBalan d.

Comments

itarato’s picture

I set the module to work with a taxonomy and a content type on /admin/content/taxonomy/taxiselect, went to the node creation page and got these messages:
notice: Undefined variable: term in sites/all/modules/taxiselect/taxiselect.elements.inc on line 275.
notice: Trying to get property of non-object in sites/all/modules/taxiselect/taxiselect.elements.inc on line 275.

itarato’s picture

I created some terms, went again to the node creation page, added some term with the autocomplete field, it added successfully but also printed out this error:
notice: Undefined index: terms in /Users/itarato/MAMP/drupal6x/sites/all/modules/taxiselect/taxiselect.elements.inc on line 54.
notice: Undefined index: #multiple in /Users/itarato/MAMP/drupal6x/sites/all/modules/taxiselect/taxiselect.elements.inc on line 70.

itarato’s picture

Title: Unchecked properties on from alter » Unchecked properties
alan d.’s picture

Title: Unchecked properties » Support E_ALL error levels
Version: 6.x-2.0-rc1 » 6.x-2.x-dev
Status: Active » Needs work
StatusFileSize
new2.13 KB

Must say that the last time I used this module, you could never run D6 with strict error checking turned on, but times have changed so I guess that I should look into this. :)

alan d.’s picture

Status: Needs work » Needs review

Totally untested btw

alan d.’s picture

Note that I have no plans to further develop this module. This is due to time limitations, internal complexities and very low uptake (<2%).

alan d.’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)