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

amateescu’s picture

Priority: Critical » Normal

What other contrib modules do you have installed/enabled?

Critical Tinkerer’s picture

Priority: Normal » Critical

Furthermore, 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 235

Preparing a list of installed modules is going to take some time. I'll post it shortly.

Critical Tinkerer’s picture

The following core modules are activated:

 Block
 Blog
 Book
 Color
 Contextual links
 Dashboard
 Database logging
 Field
 Field SQL storage 
 Field UI
 File
 Filter
 Image
 List
 Locale
 Menu
 Node
 Number
 Options
 Overlay
 Path
 PHP
 Poll
 RDF
 Search
 Shortcut
 System
 Taxonomy
 Text
 Toolbar
 Tracker
 Update manager
 User

The following contributed modules are activated:

Chaos tools - 7.x-1.0-alpha2
Curlypage - 7.x-1.0
Display suite - 7.x-1.0-rc2
Display suite Extras - 7.x-1.0-rc2
Domain Access - 7.x-2.12
    Domain Alias - 7.x-2.12
    Domain Configuration - 7.x-2.12
    Domain Content - 7.x-2.12
    Domain Curlypages - 7.x-1.0
    Domain Settings - 7.x-2.12
    Domain Theme - 7.x-2.12
Fields
    Block reference - 7.x-1.4
    Media - 7.x-1.0-beta3
    Media Internet Sources - 7.x-1.0-beta3
Multilingual
    Block languages - 7.x-1.0-beta3
    Field translation - 7.x-1.0-beta3
    Internationalization - 7.x-1.0-beta3
    Language icons - 7.x-1.0-beta1
    Menu translation - 7.x-1.0-beta3
    String translation - 7.x-1.0-beta3
    Translation sets - 7.x-1.0-beta3
Advanced help - 7.x-1.0-beta1
Dynamic display block - 7.x-1.x-dev
Fancy Insert - 7.x-1.0
Follow - 7.x-1.x-dev
Form builder examples - 7.x-1.x-dev
Form builder Node UI - 7.x-1.x-dev
Form builder Webform UI - 7.x-1.x-dev
Insert - 7.x-1.0 
Options element - 7.x-1.4
Page Title - 7.x-2.4-beta1
Pathauto - 7.x-1.0-beta1
Quotations - 7.x-1.4
Quotes - 7.x-1.x-dev
Rotating banner - 7.x-- 7.x-dev
Scheduler - 7.x-1.0
Site Verification - 7.x-1.0
Token - 7.x-1.0-beta1
Variable API - 7.x-1.0-beta2
Google Analytics - 7.x-1.1
File Styles - 7.x-2.0-alpha5
Styles - 7.x-2.0-alpha5
Styles UI - 7.x-2.0-alpha5
jQuery Update - 7.x-2.0
Wysiwyg - 7.x-2.0
Webform - 7.x-3.9
XML sitemap - 7.x-2.0-beta2
Critical Tinkerer’s picture

I also went to /admin/reports/updates and got the following:

* Notice: Undefined property: stdClass::$tags in taxonomy_fieldset() (line 201 of /home/xxx/public_html/xxx/sites/all/modules/form_builder/modules/taxonomy.inc).
* Notice: Undefined property: stdClass::$tags in taxonomy_fieldset() (line 201 of /home/xxx/public_html/xxx/sites/all/modules/form_builder/modules/taxonomy.inc).

Based on this info, I have turned off form build related modules which seems to clear the errors.

amateescu’s picture

Project: Drupal core » Form Builder
Version: 7.0 » 7.x-1.x-dev
Component: taxonomy.module » Form Builder Core

Okay, it seems that form_builder should have a dependancy for the taxonomy module. Moving to the right issue queue for further support.

quicksketch’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Fixed

You should turn of "Form builder Node UI - 7.x-1.x-dev", it is not yet ready for use on Drupal 7.

Critical Tinkerer’s picture

Category: support » bug
Priority: Normal » Critical
Status: Fixed » Active

You 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.

amateescu’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

adam_b’s picture

Version: 7.x-1.x-dev » 7.x-0.9
Status: Closed (fixed) » Active

Sorry, 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.

quicksketch’s picture

Status: Active » Closed (fixed)

taxonomy.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).