does the public website have a virual directory mapping to /farcry?



On 8/4/06, burrman <[EMAIL PROTECTED] > wrote:

Thanks for the quick help Andrew & Blair!  Your suggestion worked great
with one minor problem remaining.

I am hosting the website on my home computer for now.  When I test the
website I view it locally via the URL:

"http://localhost/farcry_app01 "

After making the adjustments to the permissions for the anonymous users
I have successfully caused the login screen to appear if a public user
selects a navigation node which I have deemed private to anonymous
users.  Great!

However when I then test my website using the URL that normal users
will use i.e. a URL that includes my IP address:

"http://24.12.43.11/farcry_app01 ", then everthing works aok except when
one of the restricted nodes is selected.  I then get the following
error message:

"....
Could not find the included template /Application.cfm.
Note: If you wish to use an absolute template path ( e.g.
TEMPLATE="/mypath/index.cfm") with CFINCLUDE then you must create a
mapping for the path using the ColdFusion Administrator. Using relative
paths (e.g. TEMPLATE="index.cfm" or TEMPLATE="../index.cfm") does not
require the creation of any special mappings. It is therefore
recommended that you use relative paths with CFINCLUDE whenever
possible.

The error occurred in
C:\Inetpub\applications\farcry_core\admin\Application.cfm: line 65

63 :                 <cfinclude template="/#listGetAt(CGI.SCRIPT_NAME,
1, '/')#/Application.cfm">
64 :             <cfcatch>
65 :                 <cfinclude template="/Application.cfm">
66 :             </cfcatch>
67 :             </cftry>


Please try the following:
Check the ColdFusion documentation to verify that you are using the
correct syntax.
Search the Knowledge Base to find a solution to your problem.


Browser   Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
FunWebProducts; .NET CLR 2.0.40607; .NET CLR 1.1.4322)
Remote Address   192.168.1.1
Referrer
http://24.12.43.11/farcry_app01/index.cfm?objectid=754DE9B7-1320-B095-5991A6BCE74BD564

Date/Time   03-Aug-06 10:49 PM

..."

I only et this error message on the navigation nodes which I changed
the permissions on.  If I reset the permission so that anonymous can
view the node, the error message disappears and all is well again
(except I've lost the ability to restrict certain pages).

Any ideas on this one?

Regards, Dave

P.S. I changed the actual IP address in the above info to protect the
innocent :)






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/farcry-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to