Hi,
I'm getting this error:
Notice: Undefined index: taxonomy_breadcrumb_path in Drupal\taxonomy_breadcrumb\TaxonomyBreadcrumb->build() (line 130 of modules/contrib/taxonomy_breadcrumb/src/TaxonomyBreadcrumb.php).
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | Before_patch_taxonomy_breadcrumb.png | 399.75 KB | akash.addweb |
| #7 | After_patch_taxonomy_breadcrumb.png | 218.43 KB | akash.addweb |
| #5 | taxonomybreadcrumb-2924669-5.patch | 1.11 KB | pranali.addweb |
Comments
Comment #2
DolfAndringa commentedI am getting this same error in combination with a few others. The problem arose when I tried to remove a vocabulary.
I have also attempted to uninstall the taxonomy breadcrumb module through drush and the webinterface then I get this error:
This is my stacktrace for the OP's error:
Comment #3
DolfAndringa commentedI managed to uninstall the module by inserting a return statement on a new line after line 78 of taxonomy_breadcrumb.module. It basically prevents the module from updating a field on the taxonomy term, which is what caused the issue with uninstalling. I am not sure if this is fully related to the original issue, but I am guessing it is.
So I changed
into
to at least get the module uninstalled.
Comment #4
mxtI get mentioned error too. Just installed the module, cleared cache, go to a node with a taxonomy term: the error is thrown
Comment #5
pranali.addweb commented@all, Please use my attached patch, I tried to resolve this notice error which faced same by me previously. Hope this helps you. share your feedback if you are still facing an issue.
Thanks
Comment #6
akash.addweb commented@Manthan.addweb, thanks for your patch, I checked your patch using simplytest.me & follow below steps to test.
1) Install The module
2) cleared cache
3) go to a node with a taxonomy term & I didn't get the same error as mentioned above.
Comment #7
akash.addweb commentedComment #8
nehajyoti commentedI have not tested the patch myself but since it has been RTBC and code looks good, committing the patch to 8.x-1.x branch and ll be releasing the 1st stable version 8.x-1.1.
Comment #10
nehajyoti commented