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

Employing CF8 app on CF6

New Here ,
Jul 29, 2009 Jul 29, 2009

I have an application written in CF8.  I need to install this on a machine running CF6.  Is it backward-compatible?  What issues will I run into?  Does it all depend on whether or not I used CF8 (or CF7) features in the application?

TOPICS
Getting started
781
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
Explorer ,
Jul 29, 2009 Jul 29, 2009
LATEST

It depends on if the code used any CF 7 or CF 8 specific language or features. It is very possible to move an application to any version of CF as long as  tags available on the earliest version were the only ones used. Easiest way to find out is to try and run it. CF will throw an unknown tag error if it finds something wrong.

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