When I click "Create Webform" in the admin > content area, I receive this output.

Notice: Undefined property: stdClass::$has_body in node_get_form_settings() (line 751 of C:\xampp\htdocs\sites\all\modules\form_builder-7.x-0.9\form_builder\modules\node.inc).
Notice: Undefined index: #node in path_fieldset() (line 146 of C:\xampp\htdocs\sites\all\modules\form_builder-7.x-0.9\form_builder\modules\path.inc).
Notice: Trying to get property of non-object in path_fieldset() (line 146 of C:\xampp\htdocs\sites\all\modules\form_builder-7.x-0.9\form_builder\modules\path.inc).
PDOException: SQLSTATE[HY093]: Invalid parameter number: parameter was not defined: SELECT pid FROM {url_alias} WHERE dst = :dst AND language = :language; Array ( [language] => [path_pathauto] => 1 ) in path_fieldset() (line 146 of C:\xampp\htdocs\sites\all\modules\form_builder-7.x-0.9\form_builder\modules\path.inc).

This also breaks the creation of articles, basic pages, or whatever content types I have, they display the same error message, even if I have not got the option to use the module for those content types.

I believe the error occurs in the "Form Builder Node UI" component, because when that is disabled, the content create pages will render, but the webform page renders as if it were an article, or basic page.

Cheers

Comments

quicksketch’s picture

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

That's odd you shouldn't even be able to turn on the Node UI module. I specifically disabled it from being able to turn on in #1048636: Remove Node UI Module (a.k.a. Call to undefined function taxonomy_form). In any case, just turn the Form Builder Node UI off. It doesn't work. See that other issue.

Status: Fixed » Closed (fixed)

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