OK - we saw this type of thing happening in our testing environment and bashed our heads against the walls for several days about it (even put some debugging/detection code in Application.cfm).
 
We could not reproduce it any of our personal development environments though.
 
Around the same time as we were installing the debugging/detection code the testing server crashed/hung/went-by-by and we ended up rebooting it completely.
 
Since then, there has been no signs of the problem and it has not manifested in the production environment.
 
Oh, the other thing we experienced was that it was intermittent and did not happen on all links.  In our case - when it did happen - it seemed to happen on the same page (or after clicking the same link).  Once it happens, of course, none of the links take you anywhere.  But if you use the back button THAT page will still be OK.
 
It was like either the application.url.conjurerer variable was losing it's content or that the CGI variables were getting corrupted.  Any links in FarCry that were hard-coded (i.e. did not use application.url.conjurer) were not affected.
 
Sorry I dont have a "yeah change XXXX to YYYY" solution for you.
 
 
Gary Menzel
 
 
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Cezar FLOROIU
Sent: Tuesday, 20 January 2004 6:36 AM
To: FarCry Developers
Subject: [farcry-dev] Installation problem on shared hosting

Hi
 
I 'm trying to install a web site on a shared hosting. The site doesn't have a fixed IP. The problem I get that every link is of the form :http://index.cfm/?objectid=...
 
Do you have any idea why is happening this ??
 
Here's a block of the content of _serverSpecificVars.cfm file :
 
// application web urls
application.url.webroot = "/"; //farcry_cem
application.url.farcry = "/farcry"; //admin
 
application.packagepath = "farcry.farcry_core.packages";
application.custompackagepath = "farcry.#application.applicationname#.packages";
application.securitypackagepath = application.packagepath & ".security";
</cfscript>
---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004
---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to