[ic] Filter tag acts different in store vs Test code

Kevin Walsh kevin at cursor.biz
Wed Nov 2 15:15:35 EST 2005


Paul Jordan [paul at gishnetwork.com] wrote:
> Why when running this
> 
> 	[filter op="decode_entities 12. encode_entities"]<script> [{Hi}]
> </script> [/filter] 
> 
> in the Demo Admin "Test code" I get source as expected:
> 
> 	&lt;script&gt; &#91;{H...
> 
> However when running that same code in the Demo standard store I get:
> 
> 	<script> [{H...
> 
> Upon a View Source.
> 
Do you have any error.log messages that look something similar to the
following?

    Unknown filter 'encode_entities'

If so then check Interchange's code/Filter directory to see if there's
an "encode_entities.filter" file.  If the file is present then check
its permissions and make sure it's not empty etc.

The above only applies to Interchange 5.3;  In Interchange 5.2, that
filter is coded into the Vend::Interpolate module, rather than loaded
from a Filter file.

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/



More information about the interchange-users mailing list