| Does OBD handle form variables differently than CF 5 running under IIS? Hi, I am pretty sure that this has to do with the flow of logic. You can easily confirm the values of the form scope using the debugging settings, or just a cfdump of the whole scope (e.g. in Application.cfm).
Is "zekedev_sites" - by the way - really a folder under your webroot - that is part of the URL? You can inspect the flow of logic by doing cfdump/cfabort at strategic places, or using trace points and debugging. I would also look at the response code from that empty page - could it be a 404 or 500 error? (use e.g. Live HTTP Headers, cURL or Fiddler). Cheers, Hugo --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
