Skip to main content
September 7, 2010
Question

What version?

  • September 7, 2010
  • 1 reply
  • 374 views

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.

    This topic has been closed for replies.

    1 reply

    ilssac
    Inspiring
    September 7, 2010

    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.