Try this...

<cfif not isDefined("client.userid")>
         <cfmodule template="../login/index.cfm" fuseAction="Login">
</cfif>

At 10:53 AM 1/12/01 -0500, you wrote:
>Has anyone come across a situation where your application cannot find an
>include on 4.5?  I have been fighting this for 3 days!! I have a cfinclude
>in my dsp_footer.cfm file that calls to another circuit.
>
><cfif not isDefined("client.userid")>
>         <cfinclude template="../login/index.cfm?fuseAction=Login">
></cfif>
>
>This will display a table on the right side of my page with a login form.
>
>Here's the dilemma. If I use this format, it will not find the include. I
>keep getting that dreaded "you cannot use an absolute path".  Well, thats
>not an absolute path.
>
>However, if I change the link to point directly to the dsp_login.cfm page
>instead of the index page, it works. So this tells me that the pathing is
>correct but there is something else going on behind the scenes that will not
>allow CF to include this file.
>
>Any ideas??
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to