>Ok, looks like a couple of good ones. I have always used CF5 and I guess I >am just an old goat that does not want to change. What issues has people had >running there CF5 apps on CFMX machines? It does not look like very many >hosting companies out there are still using version 5
We're in the midst of an upgrade at my day job. The most common issues encountered (to the best of my knowledge): FB3 apps need to have their index.cfm's modified to account for a version later than 5; code living within a cfswitch tag that isn't contained inside of a cfcase tag will throw an error (<cfcase value="x">bla bla</cfcase><cfset myvar="I will break your MX"><cfcase value="Y">....); within a query of queries, a where clause of "where myfield > 0" broke in MX...used cfqueryparam on the zero; So far, that's all we've come across. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252620 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

