[phorm] [Phorm:] Re: Stat Failed Errors

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 8 May 2003 12:34:54 -0000

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

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

  MESSAGE:  (#2663) Re: Stat Failed Errors 
            <http://www.phorm.com/support/?rev=2663> 
  AUTHOR:   Holotech 
  DATE:     May 8, 2003 at 8:34 a.m. EST 

  Reply To: (#2656) Stat Failed Errors 
  Author:   David 
  Date:     May 7, 2003 at 12:48 p.m. EST 

> How can I fix this??? When I hit submit in my form, I 
> get the errors below... 

> Warning: stat failed for ./templates (errno=2 - No 
> such file or directory) in 
> /usr/local/psa/home/vhosts/domainname.com/httpdocs/phorm.php 
> on line 305 

This indicates that your PHP installation is configured to report Notice-level 
messages, a virtually worthless setting, IMO. Phorm is supposed to override 
this with the error_reporting() function, but it has the wrong settings in the 
current release. What you can do is modify line 259 to: 

error_reporting(E_ERROR | E_WARNING | E_PARSE); 

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

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: