Solve the ColdFusion Component or Interface fusebox5.Application Error
April 18, 2008
Someone has just asked how to solve the Error:
Could not find the ColdFusion Component or Interface fusebox5.Application.
If you get this message, then it means that your application.cfc can't find the Fusebox core files in your website root.
Just to clarify, if your have a directory structure of:
- /
- /myapplication/
- /myapplication/Application.cfc
Then when you try to run your web application as "www.mydomain.com/myapplication/", the Application.cfc will require the Fusebox corefiles to be in the web root, not in the "myapplication" directory.
- Posted in:
- ColdFusion
- Fusebox
No comments
Leave a comment
If you found this post useful, interesting or just plain wrong, let me know - I like feedback :)
