CF Apps "broken" after server upgrade.
My office has a setup where we have a development server and a live server. Everything gets coded and tested on the development server before being copied to the live one.
Last week, the live server was replaced with a new machine. After the upgrade, we're getting error messages on several CF pages. The errors are as follows:
Could not find the ColdFusion Component or Interface
Trouble is, the component is there, and the app works fine on the development server.
I've tried fiddling with the path in the cfinvoke tag, with limited success. If all the files are in one directory, removing the path totally seems to fix it. But if the application.cfm is in /directory and the cfc is in /directory/components, then fiddling with the path doesn't help at all.
I'm thinking that maybe this is a CF Administrator thing, where some mappings on the old server were not duplicated on the new one.
It's very difficult to troubleshoot since it works fine in my development environment.
Any advice would be appreciated.
