Skip to main content
Participant
May 27, 2010
Question

Is CF9 compatible with CF MX apps?

  • May 27, 2010
  • 3 replies
  • 581 views

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

    This topic has been closed for replies.

    3 replies

    Inspiring
    May 28, 2010
    Inspiring
    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.

    ilssac
    Inspiring
    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.