Page 1 of 1

[Solved] FormBuilder Fatal error

Posted: Wed Oct 16, 2013 6:19 pm
by markS
Hello,

I'm hoping someone can shine some light onto a curious problem. All of a sudden I am getting the following error on just one website:

Code: Select all

PHP Fatal error:  Call to undefined method FormBuilder::CreateInputEmail() in /cms_live/modules/FormBuilder/classes/DispositionFromEmailAddressField.class.php on line 55
The contact forms of which there are two have started to return a white page and it crashes out on the front-end. The admin pages for FormBuilder seem to work just fine still.

The server was recently updated to the latest php 5.3.27

The cms has been updated to all the latest version and all modules updated(FormBuilder 0.7.4) and the problem remains.

Does anyone have an idea where I can debug this because I'm currently at a loss to even make a start on this one?

Any and all suggestions welcome!

Thanks,


Mark.

Re: FormBuilder Fatal error

Posted: Thu Oct 17, 2013 12:27 pm
by markS
Hello,

I'm replying to myself here as I've worked out what was wrong and the error message I posted seems to be spurious.

PHP was recompiled but freetype support wasn't properly added in. The issue wasn't with FormBuilder but with the CAPTCHA system not having GD+freetype.

The forms had captcha blocks in them but no sensible error emerged when trying to render the form.

Anyway, this might be useful to someone else experiencing strange issues with their website. Apologies for the noise.


Mark.