[phorm] [Phorm:] More PlugIn problems

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 3 Jun 2004 15:58:49 -0000

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

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

  MESSAGE:  (#4102) More PlugIn problems 
            <http://www.phorm.com/support/?rev=4102> 
  AUTHOR:   Michael Levy 
  DATE:     June 3, 2004 at 11:58 a.m. EST 

You made some changes to UnQuote and StripHTML after I reported that I 
couldn't run both together. I installed the two new plugins; now I'm having 
different problems. 

If I only run 
> setu1 unquote.php 
in registry.php, I see this error after submitting a message: 

Warning: Cannot modify header information - headers already sent by (output 
started at 
c:\a_web_projects\cd-test-site-1\phorm\plugins\unquote\unquote.php:1) in 
c:\a_web_projects\cd-test-site-1\phorm\phorm.php on line 2345 

If I only run 
> setu1 striphtml.php 
in registry.php, I get this error after submitting: 

]*>", "", $item); else { while (list($key) = each($item)) { 
StripHTML($item[$key]); } } } StripHTML($HTTP_POST_VARS); 
reset($HTTP_POST_VARS); extract($HTTP_POST_VARS); StripHTML($_POST); 
reset($_POST); extract($_POST); ?> 
Warning: Cannot modify header information - headers already sent by (output 
started at 
c:\a_web_projects\cd-test-site-1\phorm\plugins\striphtml\striphtml.php:1) in 
c:\a_web_projects\cd-test-site-1\phorm\phorm.php on line 2345 

If I run both (in either order) I get the same message as running just 
striphtml. 

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

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:] More PlugIn problems