Hi Again. I think this is fairly simple problem, but here is an example of Domain Taxonomy not playing well with the popular Taxonomy Menu module when free tagging terms (empty values problem again?):

Strict warning: Creating default object from empty value in _taxonomy_menu_nodeapi_helper() (line 424 of C:\xampp\htdocs\sites\all\modules\taxonomy_menu\taxonomy_menu.module).
Notice: Undefined property: stdClass::$vid in _taxonomy_menu_nodeapi_helper() (line 430 of C:\xampp\htdocs\sites\all\modules\taxonomy_menu\taxonomy_menu.module).
Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load() (line 178 of C:\xampp\htdocs\includes\entity.inc).
Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->cacheGet() (line 354 of C:\xampp\htdocs\includes\entity.inc).
Notice: Trying to get property of non-object in _taxonomy_menu_build_variable() (line 934 of C:\xampp\htdocs\sites\all\modules\taxonomy_menu\taxonomy_menu.module).
Notice: Undefined property: stdClass::$vid in _taxonomy_menu_nodeapi_helper() (line 431 of C:\xampp\htdocs\sites\all\modules\taxonomy_menu\taxonomy_menu.module).
Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load() (line 178 of C:\xampp\htdocs\includes\entity.inc).
Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->cacheGet() (line 354 of C:\xampp\htdocs\includes\entity.inc).
Notice: Trying to get property of non-object in _taxonomy_menu_build_variable() (line 934 of C:\xampp\htdocs\sites\all\modules\taxonomy_menu\taxonomy_menu.module).
Notice: Undefined property: stdClass::$vid in _taxonomy_menu_nodeapi_helper() (line 432 of C:\xampp\htdocs\sites\all\modules\taxonomy_menu\taxonomy_menu.module).
Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load() (line 178 of C:\xampp\htdocs\includes\entity.inc).
Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->cacheGet() (line 354 of C:\xampp\htdocs\includes\entity.inc).
Notice: Trying to get property of non-object in _taxonomy_menu_build_variable() (line 934 of C:\xampp\htdocs\sites\all\modules\taxonomy_menu\taxonomy_menu.module).
Notice: Undefined property: stdClass::$vid in _taxonomy_menu_nodeapi_helper() (line 433 of C:\xampp\htdocs\sites\all\modules\taxonomy_menu\taxonomy_menu.module).
Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load() (line 178 of C:\xampp\htdocs\includes\entity.inc).
Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->cacheGet() (line 354 of C:\xampp\htdocs\includes\entity.inc).
Notice: Trying to get property of non-object in _taxonomy_menu_build_variable() (line 934 of C:\xampp\htdocs\sites\all\modules\taxonomy_menu\taxonomy_menu.module).

Thanks! Tim.

Comments

jajouka’s picture

im having the same problem with these two modules together, did you find a fix for it, thanks

Tim Jones Toronto’s picture

Hi Jajouka,

1. I applied the patch http://drupal.org/node/1306646#comment-5382160 (a 1-line change).

2. I am not using free tagging terms specifically for any menu creation, and things working so far.

If you can try the patch in 1. mentioned above and let me know the specifics of what you are trying to do so that I can try and help out further.

Nick Lewis’s picture

Again #1306646: Tags that has ‘Vocabularies without domain access rules’ set not working all. should fix this. Please update to latest 7.x-3.x, and reopen of problem continues.

Nick Lewis’s picture

Status: Active » Fixed
Tim Jones Toronto’s picture

Re-tested and confirmed fixed in latest 7.x-3.x-dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

better formatting