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

Is ColdFusion 2016 code work on 2021.?

New Here ,
Oct 27, 2021 Oct 27, 2021

Copy link to clipboard

Copied

Hello,

 

We are upgrading ColdFusion from 2016 to 2021. So, is 2016 CF code will it work on 2021.?

Views

214

Translate

Translate

Report

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
New Here ,
Oct 27, 2021 Oct 27, 2021

Copy link to clipboard

Copied

after upgrading CF 2016 to 2021, we are getting error like below..

 

Invalid CFML construct found on line 97 at column 42. ColdFusion was looking at the following text:
The CFML compiler was processing:
An expression beginning with CompareNoCase, on line 97, column 20.This message is usually caused by a problem in the expressions structure.
An expression beginning with Not, on line 97, column 16.This message is usually caused by a problem in the expressions structure.
A cfif tag beginning on line 97, column 11.
A cfif tag beginning on line 97, column 11.
A cfif tag beginning on line 97, column 11.

Votes

Translate

Translate

Report

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
Community Expert ,
Oct 29, 2021 Oct 29, 2021

Copy link to clipboard

Copied

LATEST

To reduce the risk of migrating incompatible code, there are two things you can do:

  1.  Study the list of deprecated ColdFusion features. Verify whether any of them occurs in your code.
  2. Run the Code Analyzer tool on your project code. To find the tool, open the ColdFusion 2021 Administrator, and go to the Debugging & Logging page. Use, as the analyzer's baseline setting, ColdFusion 2016.

Votes

Translate

Translate

Report

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
Documentation