You can remove the cftry logic to see the correct error, or put <cfdump var="#cfcatch#" /> inside the cfcatch temporarily while you work it out.
Nic On 2/4/11 9:03 AM, "daniel kessler" <[email protected]> wrote: > >This is my first day of running a Coldfusion server (7.02). > >I have this script that always sends me to the "sorry.htm" page. I'm >assuming that it's because something is not set right on the CF >Administrator. Here's the script. > ><cftry> > <cfapplication name="PLC" clientmanagement="Yes" setclientcookies="No" >clientstorage="PLCUser"> ><cfcatch type="Any"> > <cflocation url="sorry.htm" addtoken="No"> > <cfabort> ></cfcatch> ></cftry> > >On the Administrator, I have memory variables set to allow application >variables and session variables. Under Client Variables, I have selected >my datasource and clicked Add, deselected "Create Client Database tables" >because I don't think that we use that. I left everything else as the >default. > >I don't know CF Administorator/Server. What needs to be set in the >administrator to make this script work correctly and skip over the >cflocation? > >thank you. > > >daniel > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6916 Subscription: http://www.houseoffusion.com/groups/cf-server/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-server/unsubscribe.cfm
