Page 1 of 1

Errors in FormBuilder and Search

Posted: Sun Sep 29, 2013 8:17 am
by moozer
Dear readers,

I have installed the module FormBuilder for the first time (first time use of contact form).

php version: 5.2.17
cms version: 1.11.8
FormBuilder version: 0.7.4


So far so good. Form is presented on the page as it should. But, when I submit the form I get the following error:
Catchable fatal error: Object of class fbDispositionFromEmailAddressField could not be converted to string in /var/www/vhosts/<hostname.nl>/httpdocs/probeer/modules/FormBuilder/classes/DispositionFromEmailAddressField.class.php on line 44

Can anybody tell me what to do?

E-mailadress is filled as text@text.nl

I also got a syntax error when I submit a Search on the page (in the standard search box). Maybe it's the same problem?

Parse error: syntax error, unexpected T_FUNCTION in /var/www/vhosts/<hostname.nl>/httpdocs/probeer/modules/Search/action.dosearch.php on line 53

Thank you for your answers.

Re: Errors in FormBuilder and Search

Posted: Sun Sep 29, 2013 12:07 pm
by staartmees
All modules need php 5.3.x, you have an old 5.2.x

Re: Errors in FormBuilder and Search

Posted: Mon Sep 30, 2013 2:55 pm
by moozer
Ok thank you. My provider updated the PHP version. So now the search function is working.

But.. still get the error on submitting the mailform.

Re: Errors in FormBuilder and Search

Posted: Mon Sep 30, 2013 6:52 pm
by staartmees
Problem with the sending email. Try using the Mail-methode and make sure you use an excisting emailaddress

Re: Errors in FormBuilder and Search

Posted: Wed Oct 02, 2013 5:58 pm
by moozer
I'm not sure what you're meaning.

CMSmailer is working fine. Though I still get the same error.