[phorm] [Phorm:] Error 090 and alerts 105 + 111

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 27 Jul 2003 18:16:52 -0000

The following new message has been posted on Phorm Support Forum at 
<http://www.phorm.com/support/>. 

*************************************************************************** 

  MESSAGE:  (#3054) Error 090 and alerts 105 + 111 
            <http://www.phorm.com/support/?rev=3054> 
  AUTHOR:   Gunnar Schluete 
  DATE:     July 27, 2003 at 2:16 p.m. EST 

Hi, 

I receive the follwing message when I send the form: 

090 - There has been an error, and your information has not been sent. 
Alerts: 
105 - Mail function failed on user email for template ./lib/generic.txt. 
111 - Mail function failed on sending alerts. 

I have already put the correct SMTP-Server into php.ini. 

This is my phormconfig.php: 

<?php 
# This is the global configuration file. It's read every time Phorm runs. 
# If the form calling Phorm has a local (form-specific) configuration file, 
# settings in it will override settings here. 

# This variable indicates that a local config file is NOT required. 
$PHORM_RCONFIG = "N"; 

$PHORM_ALERTTO = "gunnar.schlueter@xxxxxx"; // Change to your email address 

$PHORM_TO = "gunnar.schlueter@xxxxxx"; // Change to your email address 
$PHORM_SUBJECT = "Formulardaten"; // The subject of the email message 

$PHORM_TMPL = ph_GENERIC; // A generic email template 
# $PHORM_TMPL = "template.html"; 
$PHORM_ACK = ph_GENERIC; // A generic ack template 

$PHORM_ACK = "bestaetigung.html"; // Bestätigungsseite (zeigt dem Anwender, 
dass das Formular gesendet wurde) 
?> 

And this is my form: 

<form name="form1" method="post" action="/phorm/phorm.php"> 
<table width="100%" border="0"> 

<tr> 

<td width="12%">Vorname:</td> 

<td width="88%"><input type="text" name="Vorname"></td> 

</tr> 

<tr> 

<td>Alter:</td> 

<td><input type="text" name="Alter"></td> 

</tr> 

<tr> 

<td><input type="submit" name="submit" value="Senden"></td> 

<td>&nbsp;</td> 

</tr> 
</table> 
</form> 

I use phorm 3.0.4, Windows 2000 with Apache 1.3.23 and MySQL. 

Can anybody help? 

Thanks in advance and greetings from Germany. 

Gunnar 

*************************************************************************** 

This is an automatically-generated notice.  If you'd like to be removed from 
the mailing list, please visit Phorm Support Forum at 
<http://www.phorm.com/support/>, or send your request to webbbs@xxxxxxxxxx  If 
you wish to respond to this message, please post your response directly to the 
board.  Thank you! 
-------------------------------------------------
You are receiving this message because you are subscribed to the Phorm mailing 
list. To send messages to the mailing list, simply send email to 
phorm@xxxxxxxxxxxxx from the address you have subscribed. You may unsubscribe 
from the list by sending email to phorm-request@xxxxxxxxxxxxx with 
'unsubscribe' in the SUBJECT field.

Other related posts:

  • » [phorm] [Phorm:] Error 090 and alerts 105 + 111