I get this error when creating or deleting nodes
Notice: Undefined property: stdClass::$vid in _taxonomy_menu_nodeapi_helper() (line 431 of /var/www/mysite/public/sites/all/modules/taxonomy_menu/taxonomy_menu.module).
Notice: Undefined property: stdClass::$vid in _taxonomy_menu_nodeapi_helper() (line 432 of /var/www/mysite/public/sites/all/modules/taxonomy_menu/taxonomy_menu.module).
Notice: Undefined property: stdClass::$vid in _taxonomy_menu_nodeapi_helper() (line 433 of /var/www/mysite/public/sites/all/modules/taxonomy_menu/taxonomy_menu.module).
Notice: Undefined property: stdClass::$vid in _taxonomy_menu_nodeapi_helper() (line 434 of /var/www/mysite/public/sites/all/modules/taxonomy_menu/taxonomy_menu.module).
Comments
Comment #1
barrett commentedI'm unable to reproduce in either 7.x-1.x or 7.x-1.2
Comment #2
barrett commentedComment #3
den33775 commentedI got exactly the same thing when I edited the structure of a content type with location information in it (with location taxonomise module running), and added a new (link) field, then saved it. As soon as I returned to previous screen, this error started appearing. I've got around it by going into Modules and switching off 'taxonomy menu' module since I'm not trying to add a taxonomy term as a menu option anyway.
I then went into the MySQL DB to the taxonomy_menu table and noticed that the vid, tid and mlid fields have no data. When I click on the phpMyAdmin 'Browse' tab, it is greyed out as no data for taxonomy_menu. This is, of course, because I've not set up any menu links to taxonomy terms yet. I am wondering if this might be a cause - i.e. if I were to create a taxonomy menu link, perhaps the error would go away? Sorry not got time to test this theory just now as v v busy with site. But if no more replies before I get a breathing space, I'll give it a go and add another comment.
Hope this new info helps? If not, guess might as well close again. :)
Comment #4
hles commentedCould you please confirm it still happens with 7.x-1.4 ? Closing this in the meantime as per Barett's tests.