I started this thread on Nabble: http://www.nabble.com/can't-open-admin-except-from-localhost-tf2021718s621.html#a5571796
where it died without resolution. I'll start it again and pray for better luck: I have just installed farcry (Environment: server is windows 2003, cfmx 7.1, mysql 5, farcry 3.0.1) and a test app. Everything is fine when I go in from the server, including the admin. The test site is visible from anywhere too, but ... I can't get into the admin EXCEPT with localhost. The test site is here: http://pwp.flyingmountain.com. I tried putting the admin here: http://pwp.flyingmountain.com/farcry but I got an error. I tried renaming the virtual directory to "admin" so now the url for the admin is: http://pwp.flyingmountain.com/admin, but still no go. Here's the error: 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 D:\farcry\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> This is absurd of course, because application.cfm IS in the root directory, as you can see by going to http://pwp.flyingmountain.com/ - the page loads fine and it loads the root application.cfm. So what's going on? I need to be able to access the editor via the web, not just by logging into the server! (http://localhost/farcry works fine but is too frustrating.) Also, this is a brand new, powerful server, running barely anything, and yet each farcry page takes over 2 seconds of CF time to load, with display.cfm and index.cfm and log.cfm etc all taking more than 1000 ms to exectute. The admin is even worse, taking several seconds on each click. Is that normal??? THanks much, Maya --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
