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.
Can you help?
UPDATE --
This is the updated version of CF installed:
9,0,1,274733
<script src="/cfide/something.js"></script>), then try browsing to that file directly (i.e. gotohttp://domain.com/cfide/something.js) and see what it comes out as - if you get a 403 or 404 error then that's the problem. – Peter Boughton Sep 26 '11 at 21:59