CF8 AJAX CFC doesn't work on site
I have two websites running under the same ColdFusion installation. I have an autolook up CFC that works on one website and not the other. Same code, etc. Both IIS websites have the same access to the CFIDE directory.
I get a whole bunch of ugly errors using Firefox debugger:
Warning: reference to undefined property o.stopPropagation
Source File: https://mysite/CFIDE/scripts/ajax/ext/ext-core.js
Line: 17
but I get those on the site that is working too. Same code, same file - just two different web addresses using the same CF installation. This is making me crazy!
