[ic] Unknow directive 'include'

Ed LaFrance edl@newmediaems.com
Thu, 08 Mar 2001 09:00:10 -0800


At 09:09 AM 03/08/2001 -0500, you wrote:
>Goal: Get PayflowPro to work with interchange.
>
>When I restart, I get:
>
>Unknown directive 'include'
>In line 25 of the configuration file 'interchange.cfg':
>include globalsub/signio
>

Include statements in *.cfg files need to start with a '#':

#include globalsub/signio

..it looks like it is commented out, but it isn't - special syntax for this 
parser directive.

- Ed L.