My formbuilder forms are not working anymore when I send a test message using the form I get this:
Sorry! There was an error handling your form submission.
The following From address failed: test@email.com
I checked the forms and the page reference to the form and they all seem correct.
Its not really giving an error but not sure why this message is coming up, does anyone know how to fix this?
***Just looked at my Modules and I get this error at the top:
Warning: file_get_contents(__DIR__/help.inc) [function.file-get-contents]: failed to open stream: No such file or directory in /webdirectory/nilesoptimist/modules/CGExtensions/CGExtensions.module.php on line 228
Warning: file_get_contents(__DIR__/help.inc) [function.file-get-contents]: failed to open stream: No such file or directory in /webdirectory/nilesoptimist/modules/CGExtensions/CGExtensions.module.php on line 228
***Calguy Extensions says this:
Warning: include(__DIR__/function.admin_generaltab.php) [function.include]: failed to open stream: No such file or directory in /webdirectory/nilesoptimist/modules/CGExtensions/action.defaultadmin.php on line 110
Warning: include() [function.include]: Failed opening '__DIR__/function.admin_generaltab.php' for inclusion (include_path='.:/usr/lib/php5') in /webdirectory/nilesoptimist/modules/CGExtensions/action.defaultadmin.php on line 110
No idea why this is happening, please help. I tried recreating the new form but the sending the form still does not work, just get the same message above.
My FormBuilder forms are not sending forms
-
- Power Poster
- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: My FormBuilder forms are not sending forms
Is your cms up-to-date? Are your modules up-to-date? Does your cms mailer work? Which method are you using for sending: smtp or mail?
Re: My FormBuilder forms are not sending forms
Probably php version too low for those modules.
Calguy's modules all need at least php 5.3.
Calguy's modules all need at least php 5.3.
Re: My FormBuilder forms are not sending forms
System information?
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: My FormBuilder forms are not sending forms
I got it working, just changed my CMSMailer setting to Mail instead of SMTP and it seems to work now, not really sure why but glad its working.