Issac,

Are you using the open source Forums from forumspot.org?  If so, the
path to the security template directory is set in the application.cfm
file and is then later referenced in a CFINCLUDE in application.cfm.

For example, lines 45-47 (in the unedited application.cfm):

<!--- path to your security template directory w/trailing '/' --->
<!--- or you can use the name of a CF path map --->
<CFSET SecurityMapping = "security/">

Further down in application.cfm, lines 150-152 you have:

<!--- Security framework checks for new session. If new session occured,
        user is authenticated if necessary and client parameters are set --->
<CFINCLUDE template = "#SecurityMapping#/Index.cfm">

I don't know if this is true for previous versions of Allaire Forums
(i.e., the non-open source versions), but I would suspect it might be
similar.

Hope that helps.

Chris Montgomery             [EMAIL PROTECTED]

Web Development & Consulting http://www.astutia.com
Allaire Consulting Partner
210-490-3249/888-745-7603    Fax 210-490-4692


>-----Original Message-----
>From: Rosa, Issac [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, November 28, 2000 11:25 PM
>To: CF-Talk
>Subject: HELP!!! Forums Question - index.cfm file not found
>
>
>I'm trying to access an Allaire Forums application and receiving the
>HTTP/1.0 404 Object Not Found Error.  It indicates that it
>can't find the
>template in an include statement in the application.cfm file.
>When looking
>at that file, here is the code that it is choking on:
>
><!--- Security framework checks for new session. If new
>session occured,
>       user is authenticated if necessary and client parameters are set
>--->
><CFSET SecurityMapping = "DefaultSecurity">
><CFINCLUDE template = "/#SecurityMapping#/Index.cfm">
>
>Is there suppose to be a DefaultSecurity folder somewhere? Has
>anyone ever
>had this problem with Forums?  Any help or suggestions would be greatly
>appreciated.
>
>
>If you have any questions or concerns, please feel free to call me at
>407-514-5021.
>
>Thank you,
>
>> Issac Rosa

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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