Hmm, I see that CHF 4 includes Bug 77508 which has to do with mappings
(for web services). I wonder if that is related.

If I'm following correctly, the component path
"website.controller.MyFuse" shouldn't have ever worked, right?  If
"website" is your web root (one of the places CF checks) I would have
expected the component path to simply be "controller.MyFuse" which
exists INSIDE the web root.  Without a mapping called website, I would
have only expected that component path to resolve if your component was
located here: 
C:\inetpub\wwwroot\mysite_com\website\website\controller\MyFuse.cfc 
(Notice the website folder INSIDE the web root website folder)

Please correct me if I am think about this incorrectly.

Perhaps, Adobe unwittingly closed a loophole your code had been using.

~Brad


-------- Original Message --------
Subject: ColdFusion 8.0.1 cumulative hot fix 4
From: John M Bliss <bliss.j...@gmail.com>
Date: Fri, December 04, 2009 12:11 pm
To: cf-talk <cf-talk@houseoffusion.com>


Warning:

Before installing ColdFusion 8.0.1 cumulative hot fix 4, my FuseBox 5.5
site
was working fine. After installing ColdFusion 8.0.1 cumulative hot fix
4,
it was broken with this error:

"Could not find the ColdFusion Component or Interface
website.controller.MyFuse. Ensure that the name is correct and that the
component or interface exists. The specific sequence of files included
or
processed is: C:\inetpub\wwwroot\mysite_com\website\index.cfm, line: 9"

Performing a FuseBox loadclean/parseall did not change the error. Error
persisted until I added the following to Server Settings > Mappings:

Logical Path: /website
Directory Path: C:\inetpub\wwwroot\mysite_com\website

...where C:\inetpub\wwwroot\mysite_com\website contains \model\, \view\,
and
\controller\.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328870
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to