Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A simple move...

Status
Not open for further replies.

programmher

Programmer
Joined
May 25, 2000
Messages
235
Location
US
Over the weekend, our networking folks moved my CF files from one a UNIX development server to an NT development server. All my pages work fine except one.

The query executes, but I am unable to see the result on my webpage - even when I hardcode my variables!

What am I missing? What else can I look for in checking why this page - and ONLY this page - does not work? None of my code has changed.

The pages associated with the old development server work fine.

 
Is there no error? If you view source on the page what does it say? The easiest way to pin down something like that (a blank page) is to comment out all the output and put the word "done" or something after the query, then run it. Then keep adding more and more of your real page until you find where it breaks.

If all else fails post the code here that isn't working. Good luck!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top