[phorm] [Phorm:] Re: parse error in rules file

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 30 Mar 2004 12:04:05 -0000

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

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

  MESSAGE:  (#3925) Re: parse error in rules file 
            <http://www.phorm.com/support/?rev=3925> 
  AUTHOR:   Holotech 
  DATE:     March 30, 2004 at 7:04 a.m. EST 

  Reply To: (#3922) parse error in rules file 
  Author:   Mary Ellen 
  Date:     March 30, 2004 at 12:08 a.m. EST 

> RULE: 12 
> CRIT: REQ 
> FFLD: name[2] 
> COND: email[2] || badge[2] || size[2] || rtype[2] 
> LEVL: 1 
> MESG: Please enter name for second attendee. 
> ### 

> Parse error: parse error in 
> /home/afo/public_html/mrohp/phorm.php(928) : eval()'d 
> code on line 1 

The variable names in the COND component need to have $ in front of them: 

COND: $email[2] || $badge[2] || $size[2] || $rtype[2] 

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

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:] Re: parse error in rules file