I am having a problem with binding and am not able to figure out the problem. I
am running CF 8.0.1 and I am attempting to bind a cfgfid to a cfc. I am
constantly getting the following error, but I am not able to locate what the
cause is in the logs or anything:
error:http: Error invoking CFC /creativeservices/admin/salAdmin.cfc : Server
Error
My cfc is in the same directory as my file and my bind looks like:
bind="cfc:salAdmin.getSalInfo({cfgridpage},{cfgridpageSize},{cfgridsortcolumn},{cfgridsortdirection})
When I attempt to access my cfc via http, I get a return result from the query
that is in the CFC.
Any assistance would be appreciated.