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

What version?

Explorer ,
Sep 07, 2010 Sep 07, 2010

I'm trying to determine

whether i've got a hotfix installed.  Anyone know how to tell if a hotfix for Coldfusion 8.0.1 has been installed?  I'm seeing a long version number in

CF Admin but can't find anything that corresponds to Hotfix 1, 2, 3, or 4.

349
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 ,
Sep 07, 2010 Sep 07, 2010
LATEST

The number does not change for hot fixes.

You tell that hot fixes are installed by looking for the hot fix in the code base.

For fixes that you apply by putting a jar file into the updater field in the ColdFusion administrator, just look for the name of the jar file in the long list of Jars on that same information page.

For other types, where source files are manually replaced, you need to look at those files.

Sorry, but I recently felt this pain myself.  There just is no easy way to determine the patch level of ColdFusion.

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