Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
MindCrafter #1
Page will not load on one server
I am upgrading a CF app written in CF 4.5 to CFMX 6.1. THe page is bing
modified to run in the UK and US. via manipulating the session locale.
There is one web page, a dynamic report criteria selection page, that is will
not load on one of the productions web server when a specific report is
selected from a side bar navigation hyperlink.
The page is running properly on other servers and workstations e.g. two W2K
servers, a W2k Pro development workstations and a project manager's Win XP
laptop.
The page is called from three hyperlinks each using a report_name="" query
string to differentiate the requested reports.
Example:
<a href="reports/report_criteria.cfm?report_name=report_uhu"
target="main">Vehicle Utilization</a><br>
<a href="reports/report_criteria.cfm?report_name=report_ofc"
target="main">Ordering Facility</a><br>
<a href="reports/report_criteria.cfm?report_name=report_t" target="main">Trip
List</a><br>
The top two links will work, the bottom link will not. It does not matter
where the third link is placed in the order or if I rename the query string
variable. e.g. report_trl.
When the Trip List link is click the end user gets a "loading data" notice in
the browser's status bar and nothing else.
I have global error handler template in the application.cfm page set to trap
any exception, which is returning errors if I select the other reports, but no
errors are being trapped and returned when Trip List report is requested.
There is a <cfif findNoCase("report_t", URL.report_name) gte 1> statement
wrapping code to retrieve data from the underlying SQL db. Even if I remove
the CFML code blocks , the page will not load on this one server.
Has anyone ran into this problem before?? If so, How did you resolve it??
MindCrafter Guest
-
Flash media server - high server load
Hello all you brainy members, Is anyone else using FMS2 with Centos? I have got it all up and running and have a webcam chat room running,... -
CF Admin Page won't load after moving IP address off server
When I installed CFMX on web server it had an address which now has moved to another server. We then assigned a new IP to existing server. Without... -
Page Load vs Page PreRender
We have a custom control that is a dropdown list extended. We have put code in the SelectedIndexChanged Event to run a query against a database to... -
Getting data from a usercontrol before containing page ends its page load
How do I load a user control in a web form first, so that the web form's page_load acts according to events on the user control? In my code... -
Load HTML page within my Flash web page
Sorry if this has been asked before. New to the Forum. Is it possible to load an html page ( "eBay" for example ) in my flash web page. Still have...



Reply With Quote

