iGLOO-be / cf-curl

cURL in coldfusion
MIT License
4 stars 4 forks source link

Variable RES is undefined (test.cfm) #14

Open JonOnTheWeb opened 5 years ago

JonOnTheWeb commented 5 years ago

Just downloaded the project and attempted to run the test.cfm file but the tests fail:

Error: Variable RES is undefined.

Environment: Apple MacOS Adobe ColdFusion 2016 (2016.0.10.314028) CURL 7.64.1 (Brew Install)

When I dump 'cURL.exec()' the object comes back as undefined.

LoicMahieu commented 4 years ago

CF 2016 probably needs to have something like var res = .... This package is used as workaround for old CF10 issues. I don't think it's necessary (and recommanded) to use it for CF2016.