[phorm] [Phorm:] Unable to open Validation File

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 20 Jun 2004 13:02:04 -0000

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

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

  MESSAGE:  (#4137) Unable to open Validation File 
            <http://www.phorm.com/support/?rev=4137> 
  AUTHOR:   Ralph Douglas 
  DATE:     June 20, 2004 at 9:02 a.m. EST 

I am getting a Phorm Alert email saying : 
Internal Alerts: 
### - Unable to open validation file ./. 

The problem is I haven't set the form up for validation in my config file at 
all. I have included my config file below. 

<?php 
$PHORM_ALERTTO = "ralphd@xxxxxxxxxxxxxxx"; 
$PHORM_TO = "ralphd@xxxxxxxxxxxxxxx"; 
$PHORM_SUBJECT = "MotorSport Entry Form"; 
$PHORM_TMPL = "ms_email.txt"; 
$PHORM_ACK = "ms_ack.php"; 
$PHORM_REQ = "PHORM_FROM "; 
$PHORM_FROM = ph_DECLARE; 
$PHORM_LOG = "ms_entry.txt"; 
$PHORM_FILE01 = "ms_ack.php"; 
$PHORM_RESPOND = "ms_resp.html"; 
$PHORM_RESFROM = "motorsport@xxxxxxxxxx"; 
$PHORM_RESUBJ = "Motorsport Entry"; 
$DHost ="localhost"; 
$DUser ="******"; 
$DPass ="******"; 
$DBase ="******"; 
$PHORM_MYTABLE = "msentry"; 
$PHORM_MYVARS ="PHORM_COUNTER=PHORM_COUNTER, Event=Event, Venue=Venue, 
Event_date=Event_date, Owner_entrant_name=Owner_entrant_name, 
Owner_entrant_Address=Owner_entrant_Address, 
Owner_entrant_licence_no=Owner_entrant_licence_no, 
Driver_1_name=Driver_1_name, Driver_1_Address=Driver_1_Address, 
Driver_1_licence_no=Driver_1_licence_no, Driver_1_club=Driver_1_club, 
Driver_2_name=Driver_2_name, Driver_2_Address=Driver_2_Address, 
Driver_2_licence_no=Driver_2_licence_no, Driver_2_club=Driver_2_club, 
Vehicle_make_model=Vehicle_make_model, Vehicle_class=Vehicle_class, 
Vehicle_colour=Vehicle_colour, Vehicle_log_book_no=Vehicle_log_book_no, 
PHORM_FROM=PHORM_FROM, Disclaimer_entry=Disclaimer_entry, 
Disclaimer_form_details=Disclaimer_form_details, 
Supp_regs_agree=Supp_regs_agree, Accept_liability=Accept_liability, 
Membership_No=Membership_No"; 
$PHORM_CNTFILE = "Entnum.txt"; 
?> 

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

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:] Unable to open Validation File