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.
Errors in FormBuilder and Search
-
staartmees
- Power Poster

- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: Errors in FormBuilder and Search
All modules need php 5.3.x, you have an old 5.2.x
Re: Errors in FormBuilder and Search
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.
But.. still get the error on submitting the mailform.
-
staartmees
- Power Poster

- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: Errors in FormBuilder and Search
Problem with the sending email. Try using the Mail-methode and make sure you use an excisting emailaddress
Re: Errors in FormBuilder and Search
I'm not sure what you're meaning.
CMSmailer is working fine. Though I still get the same error.
CMSmailer is working fine. Though I still get the same error.
