Skip to main content
June 10, 2008
Question

CF6.1 -> CF8

  • June 10, 2008
  • 2 replies
  • 368 views
Except for cfdocument problems I saw in another topic here, is anyone aware of Coldfusion coding changes I'd need to make upgrading from 6.1 to 8?
This topic has been closed for replies.

2 replies

BKBK
Community Expert
Community Expert
June 12, 2008
With obvious exceptions like deprecated code, most, if not all, of MX6.1 code will work on CF8. As Winnie The Pooh said when eyeing the honey in the tree, it's not the going up, it is the coming down that's the problem.



June 12, 2008
Generally, you should not find many coding changes at all. Certainly nothing like the changes required for CF5 (or lower) to CFMX 6.1. Cfdocument was new in CFMX7, so that should not be an issue. Graphing/charting was updated so you could see some changes there. Best bet is to setup developer and run the codeanalyser to get an idea about what is needed. Then test your app(s).