[phorm] [Phorm:] Phorm validation "timeout" error (?)

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 28 Apr 2003 23:11:01 -0000

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

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

  MESSAGE:  (#2603) Phorm validation "timeout" error (?) 
            <http://www.phorm.com/support/?rev=2603> 
  AUTHOR:   Steve Sanders 
  DATE:     April 28, 2003 at 7:10 p.m. EST 

I'm getting this error message now that I've tried to set up validation in 
Phorm: 

Fatal error: Maximum execution time of 30 seconds exceeded in 
/home/zingpro/public_html/phorm/phorm.php on line 964 

I don't know why it seems to be "choking"; would appreciate any help you can 
give me with this. All I need to do is simple REQ criteria. 

I'm using Phorm 3.0.4 (at least the documentation says "3.0" ... how can I 
tell if it's "3.0.4"?), running on Linux/Apache/PHP 4.3.1 

Here's the rules file: 

FILES 

error.html 

RULES 

REQ subscriber_first_name 1 

<font color="#FF0066">You did not supply your first name. (required) </font> 

### 

REQ subscriber_last_name 1 

<font color="#FF0066">You did not supply your last name. (required) </font> 

### 

REQ street_address_1 1 

<font color="#FF0066">You did not supply your address. (required) </font> 

### 

REQ city 1 

<font color="#FF0066">You did not supply your city. (required) </font> 

### 

REQ state 1 

<font color="#FF0066">You did not supply your state. (required) </font> 

### 

REQ zip 1 

<font color="#FF0066">You did not supply your Zip code. (required) </font> 

### 

REQ subscriber_email 1 

<font color="#FF0066">You did not supply your e-mail address. (required) 
</font> 

### 

REQ source 1 

<font color="#FF0066">Please give us some idea of how you heard about us. 
(required) </font> 

### 

.... and here's the form-specific config file: 

<?php 
$PHORM_ALERTTO = "steve@xxxxxxxxxxxxxxxxxx"; // send alert message TO 
$PHORM_TO = "maillist@xxxxxxxxxxxxxxxxxxx"; // send form data TO 
$PHORM_ACK = "maillist_thankyou.html"; // loads the acknowledgement page 
$PHORM_TMPL = "email_maillist.txt"; 
$PHORM_SUBJECT = "Put me on the Zing list!"; 
$PHORM_FROM = $subscriber_email; 
$PHORM_VALDEFS = "rules.txt"; // rules for form validation 
?> 

------------- 

Thanx, 

steve sanders 

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

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:] Phorm validation "timeout" error (?)