Closed laryn closed 2 months ago
I was looking into this but could not replicate the error. @laryn, do you still have this error?
I'll check when I'm back from vacation.
Can you limit to a certain vocabulary? That might trigger it.
no luck. no problem. enjoy your vacation :-)
Hi @laryn I just found a deprecated function within the code (taxonomy_term_uri). There is PR which might fix your issue. Would you like to try out before I merge? Thanks.
Hi @laryn, just hit your error even with my PR. Checking....
the problem starts with a
Warning: Undefined property: TaxonomyVocabulary::$vid in references_dialog_term_reference_autocomplete_validate() (line 822 of /Users/XXX/Sites/localhost/bdtesting/modules/references_dialog/references_dialog.module).
Which is produced by code in references_dialog_term_reference_autocomplete_validate()
This function uses the deprecated taxonomy_vocabulary_machine_name_load()
, AND uses $vocabulary->vid, which doesn't exist in Backdrop.
Thanks, @argiepiano just found the problem
I tried to change the widget on a core "Term Reference" field to "Autocomplete term widget (for References Dialog)" and then trying to save content gives a fatal error: