James Pinto wrote:
I cannot think where else to look. The app is setup properly from what I
can see . The apps.cfm is correct. The Serverspecificvars.cfm has the
correct settings in in and the IIS and CF Admin mappings are setup as
specified.

Not sure if any of these are your problems, but they are something to look at.


1. Have you changed anything in the _ServerSpecificVars.cfm? Maybe you fixed something but forgot to restart the CFMX Services. Those vars are wrapped in a conditional statement that checks if certain application variables have already been set (in which case they have, so the condition is false). Either restarting the CFMX services or manually setting the application variables one time in Application.cfm seems to be a good quick fix (just remember to remove them after you've loaded the page once).

2. Are you running more than one farcry site under the same domain name? (I only ask because you said you were going to http://www.domain.com/appname/. If you are it is likely you will get an error. It is fixable with a few modifications to the app.cfm).

When you say the admin page locks, do you mean that you click "login" and the page doesn't go anywhere?

-Jeff

---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to