Skip to main content
Known Participant
May 27, 2015
Answered

cfc bombs after applying CF 11 update 5

  • May 27, 2015
  • 1 reply
  • 246 views


After applying CF 11 Update 5 on an update 4 web server

The following code

 
Throws an error that validateMessage is undefined at the cf return line

I rebuilt the connector and then the code throws a 500 error

Then I reverted the back to CF 11 update 4 and all is good

Does anyone know what happened here?

    This topic has been closed for replies.
    Correct answer haxtbh

    Which database are you using?

    You may want to try requesting the fix in this bug report and seeing if it changes anything.

    Bug#3971083 - cfstoredproc - Last OUTPUT parameter - ColdFusion 11 Update 5

    Assuming all the vars are spelt correctly etc and match the sp.

    1 reply

    haxtbhCorrect answer
    Inspiring
    May 28, 2015

    Which database are you using?

    You may want to try requesting the fix in this bug report and seeing if it changes anything.

    Bug#3971083 - cfstoredproc - Last OUTPUT parameter - ColdFusion 11 Update 5

    Assuming all the vars are spelt correctly etc and match the sp.