[phorm] [Phorm:] Alert 010 - Unable to open DB variables file

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 21 May 2003 14:34:14 -0000

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

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

  MESSAGE:  (#2715) Alert 010 - Unable to open DB variables file 
            <http://www.phorm.com/support/?rev=2715> 
  AUTHOR:   Caleb Shiffer 
  DATE:     May 21, 2003 at 10:34 a.m. EST 

Here's my phormconfig.php3 script: 

<?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 = "caleb.shiffer@xxxxxxxxxxxx"; // Change to your email address 
$PHORM_TO = "caleb.shiffer@xxxxxxxxxxxx"; // Change to your email address 
$PHORM_SUBJECT = "Form Data"; // The subject of the email message 
$PHORM_TMPL = ph_GENERIC; // A generic email template 
$PHORM_ACK = "ack.htm"; // A generic ack template 
$PHORM_MYDBV = "localhost, lebshif_lebshif, xxxxxxx"; 
$PHORM_MYTABLE = "Tickets"; 
$PHORM_MYVARS = "email=email, AIM=AIM, bridge=bridge, ants=ants, 
nancies=nancies, Description=desc, TradeType=trade22, TradeType=trade21, 
TradeType=trade11, TradeType=trade12, Have=have*, Need=need*, Have=have%, 
Need=need%"; 

?> 

Here's the form: www.lebshiff.com/trading.htm 

I'm getting the 010 alert via email.... is there something wrong with the 
config file or my SQL table? I'm new at all this... Also - in $PHORM_MYVARS, 
is the first or second variable the one from the form? I.E. if "Description" 
is the name of the field in my SQL table and desc is the name of the form 
field, should it be Description=desc or desc=Description? And one other 
thing... what's the wildcard for php? Is it * or %? Could the fact that I've 
got both in there be giving me the error? 

Thanks! 

caleb 

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

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:] Alert 010 - Unable to open DB variables file