I got following errors while enabling Taxonomy modules. Please check and suggest any solution. Thanks.


Notice: Undefined property: stdClass::$tags in taxonomy_fieldset() (line 201 of /customers/f/9/4/firmaroning.dk/httpd.www/brk/sites/all/modules/form_builder/modules/taxonomy.inc).
Notice: Undefined property: stdClass::$tags in taxonomy_fieldset() (line 201 of /customers/f/9/4/firmaroning.dk/httpd.www/brk/sites/all/modules/form_builder/modules/taxonomy.inc).

In addition to above, when I tried to create a new Webform available in the Add content. I got a long list of errors and site simply stopped responding.


•Notice: Undefined property: stdClass::$nid in webform_configure_form() (line 17 of /customers/f/9/4/firmaroning.dk/httpd.www/brk/sites/all/modules/webform/includes/webform.pages.inc).
•Warning: Invalid argument supplied for foreach() in form_builder_webform_form_builder_load() (line 230 of /customers/f/9/4/firmaroning.dk/httpd.www/brk/sites/all/modules/form_builder/modules/webform/form_builder_webform.module).
•Notice: Undefined property: stdClass::$nid in webform_client_form() (line 1748 of /customers/f/9/4/firmaroning.dk/httpd.www/brk/sites/all/modules/webform/webform.module).
•Notice: Undefined property: stdClass::$nid in webform_client_form() (line 1770 of /customers/f/9/4/firmaroning.dk/httpd.www/brk/sites/all/modules/webform/webform.module).
•Notice: Undefined property: stdClass::$tags in taxonomy_fieldset() (line 201 of /customers/f/9/4/firmaroning.dk/httpd.www/brk/sites/all/modules/form_builder/modules/taxonomy.inc).

Comments

dkre’s picture

I got following errors while enabling Taxonomy modules.

By this do you mean contributed taxonomy modules or the core taxonomy module?

If you were enabling an contributed module then I say there's a 99% chance it's that module which has caused the issue. The undefined property is getting passed to taxonomy core which is producing the error. Ditto with webform.

dkre’s picture

Issue summary: View changes

More related errors added.

Version: 7.12 » 7.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.