ColdFusion Error - I am getting an error on a web site that got moved to a new server?
I moved a web site that works perfectly on multiple other servers onto a new server. We just patched the server, but I am still getting the following error:
ColdFusion is not defined
ColdFusion.Ajax.importTag('CFAJAXPROXY');
ColdFusion is not defined
var _cf_customers=ColdFusion.AjaxProx.../GlobalAdmin/customers.cfc','jsApp');
Our ColdFusion version is:
9,0,0,251028
Because this site works on other Windows machines quite well, my guess is that this is a simple patch or update.
Ca开发者_开发问答n you help?
UPDATE --
This is the updated version of CF installed:
9,0,1,274733
You don't need a MAPPING to CFIDE, you need a web server virtual directory. IE: the CFIDE dir neds to be browsable, rather than accessible to CF code.
So make sure in IIS or Apache or whatever that you have a virtual directory for CFIDE.
That said, your CFIDE dir should not be browsable on a production machine, really. It's a bit of a security risk.
Is your ColdFusion installation exactly the same? IE was your old server a Standalone installation or an EAR / WAR installation? This can effect where the installer puts the /cfide/ dir.
精彩评论