Hello All,
I am having a problem with one of our applications. It is written in ColdFusion and uses SQL server. The problem that we are having is when we use the URL Http://bma.com (that is not actually the site name) we cannot see all the data that it is suppose to pull in. I get an error on page and when I select to view the error this is what I get
Message: 'WddxRecordset' is undefined Line: 184 Char: 2 Code: 0 URI: http://bma.com/user_maintenance.cfm and Message: 'jsusersTLV' is undefined Line: 3208 Char: 6 Code: 0 URI: http://bma.com/user_maintenance.cfm
If I put the IP address in the URL for example http://165.83.109.246/bma/login.cfm all of the data is displayed as it should.
Any thoughts or sugguestios on how to correct this?
Thanks