enabled the form builder block and now when navigating site get:

Fatal error: Call to undefined function form_builder_get_form_type() in /var/www/vhosts/indigrow.com/httpdocs/modules/acquia/form_builder/includes/form_builder.admin.inc on line 147

Comments

quicksketch’s picture

Status: Active » Postponed (maintainer needs more info)

I don't support Acquia-modified versions of Form Builder. If you replace your version with a fresh copy I can answer your question, but the Acquia version is not the same as the one you'd download from Drupal.org.

robhardwick’s picture

Version: 6.x-0.9 » 7.x-1.x-dev
Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new497 bytes

I've run into this error with a fresh install of form_builder (both v7.x-0.9 and v7.x-1.x-dev) after enabling the field palette block. I've attached a patch which solves the problem by checking if there is an active form builder form before attempting to render the block.

quicksketch’s picture

Status: Needs review » Fixed

Sweet, works for me. Committed. Thanks robhardwick!

Status: Fixed » Closed (fixed)

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

pmannle’s picture

I'm using Aquia drupal - this worked or me as well! Thanks.