RC6 works perfectly but I get the following errors when I create a node or edit the taxonomy of one
* warning: array_map() [function.array-map]: Argument #2 should be an array in D:\apache\htdocs\mediadev\sites\all\modules\hierarchical_select\modules\hs_taxonomy.module on line 425.
* warning: implode() [function.implode]: Invalid arguments passed in D:\apache\htdocs\mediadev\sites\all\modules\hierarchical_select\modules\hs_taxonomy.module on line 425.
* warning: implode() [function.implode]: Invalid arguments passed in D:\apache\htdocs\mediadev\sites\all\modules\hierarchical_select\modules\hs_taxonomy.module on line 426.
* warning: array_map() [function.array-map]: Argument #2 should be an array in D:\apache\htdocs\mediadev\sites\all\modules\hierarchical_select\modules\hs_taxonomy.module on line 425.
* warning: implode() [function.implode]: Invalid arguments passed in D:\apache\htdocs\mediadev\sites\all\modules\hierarchical_select\modules\hs_taxonomy.module on line 425.
* warning: implode() [function.implode]: Invalid arguments passed in D:\apache\htdocs\mediadev\sites\all\modules\hierarchical_select\modules\hs_taxonomy.module on line 426.
The nodes seem to be created/modified properly. Roll back to RC6 and errors go away.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 340878_taxonomy_token.patch | 665 bytes | wim leers |
Comments
Comment #1
wim leersThanks for the report. Was easy to track down.
Please install RC7 again. Then open
modules/hs_taxonomy.moduleand change line 494 fromreturn $values;to
return $terms;Or apply the attached patch, which I've also committed.
If you would do that, I wouldn't have to put another RC online. Thanks :)
Comment #2
grahamba commentedThat fixed it! Thanks bunches.
Comment #3
wim leersGreat, thanks for confirming! :)