Skip to main content
May 17, 2011
Question

Strange cfc binding error

  • May 17, 2011
  • 1 reply
  • 420 views

This code works sometimes... sometimes it doesn't.  I have a very simple related select that has recently started throwing the attached error message.  I have no idea why it works sometimes and other times it does not.  I'm wondering if some states in the related select have too much data???

    This topic has been closed for replies.

    1 reply

    Inspiring
    May 17, 2011

    Did you do what it suggested & enabled debugging to see the actual error message?  That would remove a lot of the guess work as to what's going wrong...

    --

    Adam

    May 17, 2011

    You know I've never been able to get that cfdebug in the URL string to actually work.

     

    But... The reason it wasn't working is because I inadvertently uploaded my application.cfc to the folder where that cfc was.  Oops.  Deleted the application file and all is well again.

     

    Random I know.