I turned off the taxonomy module and got the following error:
Class name must be a valid object or a string in /home/xxx/public_html/xxx/includes/common.inc on line 7394
This breaks the site with "fatal error:" and the same message as above.
So far a only have a single node that has a taxonomy term so I rolled back the site to a working state and deleted that node and tried it again. Got the same error.
Comments
Comment #1
amateescu commentedWhat other contrib modules do you have installed/enabled?
Comment #2
Critical Tinkerer commentedFurthermore, when I go to /admin/reports/status I get
Fatal error: Call to undefined function taxonomy_form() in /home/xxx/public_html/xxx/sites/all/modules/form_builder/modules/taxonomy.inc on line 235Preparing a list of installed modules is going to take some time. I'll post it shortly.
Comment #3
Critical Tinkerer commentedThe following core modules are activated:
The following contributed modules are activated:
Comment #4
Critical Tinkerer commentedI also went to /admin/reports/updates and got the following:
Based on this info, I have turned off form build related modules which seems to clear the errors.
Comment #5
amateescu commentedOkay, it seems that form_builder should have a dependancy for the taxonomy module. Moving to the right issue queue for further support.
Comment #6
quicksketchYou should turn of "Form builder Node UI - 7.x-1.x-dev", it is not yet ready for use on Drupal 7.
Comment #7
Critical Tinkerer commentedYou should turn of "Form builder Node UI - 7.x-1.x-dev", it is not yet ready for use on Drupal 7.
Will stay off until an alpha or beta version.
Comment #8
amateescu commentedComment #10
adam_b commentedSorry, I'm seeing this again in 7.x-0.9:
Notice: Undefined property: stdClass::$tags in taxonomy_fieldset() (line 201 of /mnt/www/html/ppatlasdev/docroot/sites/all/modules/form_builder/modules/taxonomy.inc).I'm also getting a 500 error when I go to /admin/config.
Both these errors disappeared as soon as I disabled Form Builder.
Comment #11
quicksketchtaxonomy.inc shouldn't even be pulled in, as it's not ported to D7 yet. See #1048636: Remove Node UI Module (a.k.a. Call to undefined function taxonomy_form).