I'm developing a site using two active themes: custom frontend theme bases on bootstrap theme and Adminimal theme for administering.
On admin surface when I create a new node I got
"Error: Call to undefined function _bootstrap_process_element() in form_builder() (line 1871 of /usr/local/apache2/htdocs/web/includes/form.inc)."
error message.

I made a patch to fix it: it checks if the process function exists and steps over if not.

CommentFileSizeAuthor
form_builder.patch648 bytesdanyg
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

danyg created an issue. See original summary.

cilefen’s picture

samtsai15’s picture

It’s works. Thank you.
In my case: I created 1xx fields in content type .
And I use "field_group" to show tabs.

Show the same error.

danielratk’s picture

This solve my problem, but how to fix this without core change ?

Version: 7.56 » 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.

apaderno’s picture

Status: Active » Closed (duplicate)
hamadm’s picture

It’s works. Thank you.
In my case: When i edit webform/conditionals