Ok so I am using this same code on another server. I have sample code from authorize.net and generate a hash using cf_hmac. I am getting the error.
Cannot find CFML template for custom tag hmac.
ColdFusion attempted looking in the tree of installed custom tags but did not find a custom tag with this name. If you are using per-application custom tag mappings, ensure that per-application settings are enabled by the administrator.
So I downloaded the hmac.cfm file from another post, used a cfmodule tag to bind to the current document but got another error from within that file.
I just don't understand how the exact code would work on one server and not another? Any ideas?