problem with formmailer
problem with formmailer
Hi,
I have some problems with the formmailer.
When I use SMTP, mail is sent (and received), though I receive this error....
Warning: Cannot modify header information - headers already sent by (output started at /home/vno-internet/www/include/inc_ext/phpmailer/class.smtp.php:2078) in /home/vno-internet/www/include/inc_act/act_formmailer.php on line 296
If I put on MAIL instead of SMTP, no mail is send, and receive this error...
Language string failed to load: instantiate
This is the mailform (just for testing purposes):
IT|fname|1|First Name: |40,100||300
IT|lname|1|Last Name: |40,100||300
IT|title|0|Your Title: |40,100||300
IT|company|0|Company Name: |40,100||300
IT|address|0|Address: |40,100||300
IT|city|0|City: |40,100||300
IT|state|0|State: |40,100||300
SC|country|0|Country: |10,100|BR|300
IT|tel|0|Phone: |40,100||300
IT|fax|0|Fax: |40,100||300
IT|website|0|Website: |40,100||300
IT|email|1|Email: |40,100||300
TA|msg|0|Message: |20,8||300
IH|language|0||10,100|DE|0
IH|redirect|0||10,100|http://www.microsoft.com|0
IH|redirect_error|0||10,100|http://www.google.com|0
I searched the forum allready, couldnt find the answer.... unless I really missed something... thnx..
I have some problems with the formmailer.
When I use SMTP, mail is sent (and received), though I receive this error....
Warning: Cannot modify header information - headers already sent by (output started at /home/vno-internet/www/include/inc_ext/phpmailer/class.smtp.php:2078) in /home/vno-internet/www/include/inc_act/act_formmailer.php on line 296
If I put on MAIL instead of SMTP, no mail is send, and receive this error...
Language string failed to load: instantiate
This is the mailform (just for testing purposes):
IT|fname|1|First Name: |40,100||300
IT|lname|1|Last Name: |40,100||300
IT|title|0|Your Title: |40,100||300
IT|company|0|Company Name: |40,100||300
IT|address|0|Address: |40,100||300
IT|city|0|City: |40,100||300
IT|state|0|State: |40,100||300
SC|country|0|Country: |10,100|BR|300
IT|tel|0|Phone: |40,100||300
IT|fax|0|Fax: |40,100||300
IT|website|0|Website: |40,100||300
IT|email|1|Email: |40,100||300
TA|msg|0|Message: |20,8||300
IH|language|0||10,100|DE|0
IH|redirect|0||10,100|http://www.microsoft.com|0
IH|redirect_error|0||10,100|http://www.google.com|0
I searched the forum allready, couldnt find the answer.... unless I really missed something... thnx..
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Did the same...in order to fix the fact that email validation did not work on 1.1.9. Pappnase told me to upgrade to complete new 1.2.1, since his works in this regard.
I wanted to ask if email validation files can be 'fixed' without doing a full upgrade/reinstall, since this require a lot of backup and reconstruction on a project that is nearing completion and deployment...or perhaps I am overlooking a setting.
I found the function: function is_valid_email() in include/inc_lib/general.inc.php, but somehow it is not being called...
a little perplexed.
Cheers,
John
I wanted to ask if email validation files can be 'fixed' without doing a full upgrade/reinstall, since this require a lot of backup and reconstruction on a project that is nearing completion and deployment...or perhaps I am overlooking a setting.
I found the function: function is_valid_email() in include/inc_lib/general.inc.php, but somehow it is not being called...
a little perplexed.
Cheers,
John
BTW, I wrote an upgrade tutorial that might help you: http://www.phpwcms.de/forum/viewtopic.php?t=5822