Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Is CF9 compatible with CF MX apps?

New Here ,
May 27, 2010 May 27, 2010

WE have apps developed for CF MX server.

Now we are changing apps servers HW and Windows server to 2008 version.

As ther are many problems of compatibility with this old version of CF, we ask:

Do our old CF apps work OK with the new CF 9?

What do we have to change?

Thanks in advance.

Ramiro

553
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
May 27, 2010 May 27, 2010

There are changes, especially with as big as a jump from version 6 to version 9.  If sharing missery makes you feel a bit better.  I am in the final plans to change a code base from ColdFusion 4.5 (pre Java) to ColdFusion 9 this weekend!

But ColdFusion has a darn strong backwards compatibility record.  So, I would go ahead with such an upgrade with an appropiate testing period to find those niggling little code issues that may be lurking in your code.

I.E. when we tested our code base, we discovered that the developer had uses a variable name that is now a function in ColdFusion 9, "IsNull" IIRC.  Luckily it was a very easy fix to change the variable name in the code base.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 27, 2010 May 27, 2010

We are in the process of upgrading from 7 to 9.  The only issue we found was with redbrick drivers.  If you don't know what those are you are probably unlikely to be affected.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
May 28, 2010 May 28, 2010
LATEST
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources