Skip to main content
Known Participant
October 17, 2008
Question

Upgrading From Cold Fusion 5 to Cold Fusion 7

  • October 17, 2008
  • 3 replies
  • 1706 views
Can somebody provide me with all the steps required to upgrade from cold fusion 5 to cold fusion 7 including the issues that need to be faced during this process.
This topic has been closed for replies.

3 replies

Inspiring
October 19, 2008
sachin_td wrote:
> Can somebody provide me with all the steps required to upgrade from cold
> fusion 5 to cold fusion 7 including the issues that need to be faced during
> this process.

did your cf5 app use unicode? if so, prepare to spend some time migrating. cf5
didn't care about encoding, cf6 & above does.
October 19, 2008
I migrated from CF5 to CF8. It was a pain in the butt and I'm still updating code and settings. The most important thing is the fact that CFMX (ver 6+) is Java and CF5 is C++ based. We had BIG problems with Visual FoxPro ODBC datasources since CF8 doesn't use the Windows ODBC drivers and CF8 doesn't have VFP drivers. I had to use a third party driver which doesn't support some native VFP functions.

Good luck and may the force be with you.
Inspiring
October 17, 2008
updating what?
an application? a simple website? a server?


Michael Evangelista, Evangelista Design
Web : www.mredesign.com Blog : www.miuaiga.com
Developer Newsgroups: news://forums.mredesign.com

sachin_td wrote:
> Can somebody provide me with all the steps required to upgrade from cold fusion 5 to cold fusion 7 including the issues that need to be faced during this process.
sachin_tdAuthor
Known Participant
October 17, 2008
Earlier we were using cold fusion 5 on our servers, now we need to upgrade to cold fusion 7.