[2015-07-31-2045EDT]

Received a notification that Form_Builder had an update 7.x-1.11. Used Drush to update and was immediately rewarded with a error message which was the same as the previous user's error, Joel MMCC. Then a Database-Update was required that also failed with basically the same error message.

Next, I completely uninstalled Form_Builder and deleted it from my live-server. After that I downloaded the new Form_Builder-7.x-1.11 Version afresh from the project source via Drush. There were no errors this time in the new installation of the new version and no need of database updates either; however, now Drush-Core-Requirements states:

No dependent modules found. Form builder module is installed but no modules implement support for it. You may want to disable Form builder module until it is needed.

I am not sure exactly what this error/warning is saying as I have not gotten to the stage of using Form_Builder within Webform yet.

I probably will just regress back to the Form_Builder-7.x-1.10 Version. At this point I do not have time to sleuth out this issue and I am too new to probably do it quickly.

Comments

torotil’s picture

Category: Bug report » Support request
Status: Active » Fixed

form_bulder itself is only an API-module. If no other module is using form_builder it does nothing. That's the reason for the warning. If you want to use it with webform, you'll want to enable the sub-module form_builder_webform too.

As for #2543800: SQLSTATE[42000] syntax error near 'form_id' on form_builder_update_7002: I've just created a hotfix release 7.x-1.12.

Thanks for your report!

barbarae’s picture

I just tried to apply form builder 7.x.-1.12 and got this error:

Parse error: syntax error, unexpected '[' in /.../sites/all/modules/form_builder/examples/form_builder_examples.module on line 143.
I never got to the actual form builder DB update when the above error occurred.

I got the update to run by commenting out line 143, and then progressed to "1 pending db update". I let that run and it completed ok.

I still have two Notifications but I had those before and believe they are related to the changes in CKeditor with the new Media_bowser_plus and I have fixed those in another development site and will fix those again here. I don't believe they are related to this error :
Notice: Trying to get property of non-object in media_browser_plus_file_presave() (line 14 of .../sites/all/modules/media_browser_plus/media_browser_plus.file.inc).
•Notice: Trying to get property of non-object in media_browser_plus_file_presave() (line 22 of .../sites/all/modules/media_browser_plus/media_browser_plus.file.inc).

torotil’s picture

That seems to be a remnant of #2532066: php 5.3 support. I don't have a PHP-5.3 version available so I'm flying blind here.

Joel MMCC’s picture

  • torotil committed 1869374 on 7.x-1.x
    Issue #2543818: Fix hook_requirements() checked for...
chandraswami’s picture

Issue tags: +still

[2015-08-08]

I reinstalled the Update for Form_Builder, and this time, no errors during installation. However, the following error is still visible.

No dependent modules found. Form builder module is installed but no modules implement support for it. You may want to disable Form builder module until it is needed.

I have enabled the Form_Builder_Webform Module. I have even built a webform using Form_Builder. Is this just a false-error-message? Can we get it to go away?

torotil’s picture

@chandraswami: Try the patch from the commit in #5.

chandraswami’s picture

Issue tags: -still +all OK

[2015-08-08]

Applied the commit in #5 and everything is fine now. No error messages. Thanx.

Status: Fixed » Closed (fixed)

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