tracker issue : CF-3506891

select a category, or use search below
(searches all categories and all time range)
Title:

CFM can't find a CFC in the same directory.

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce

Reporter/Name(from Bugbase): Raymond Camden / Raymond Camden (Raymond Camden)

Created: 02/26/2013

Components: Language, CF Component

Versions: 10.0

Failure Type:

Found In Build/Fixed In Build: Final /

Priority/Frequency: Trivial / Unknown

Locale/System: English / Mac All

Vote Count: 0

I've got a virtual folder defined in Apache called testingzone. In that virtual folder, I can request a CFM file just fine and it works. But if I do:

<cfset x = createObject("component", "test")>

I get an error: Could not find the ColdFusion component or interface /Users/ray/Dropbox/websites/testingzone/test.cfc.

That path certainly *does* exist. test.cfc has the exact same permissions as test.cfm.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3506891

External Customer Info:
External Company:  
External Customer Name: cfjedimaster
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments:

Not able to reproduce the issue in Windows/CF10/Apache Created virtual directory in Apache by: Open httpd.conf Make entry- Alias /virtualdir C:/Bug/actualdirectory - inside the tag <IfModule alias_module> Write options for the directory as : <Directory "C:/Bug/actualdirectory"> Options None AllowOverride All Order allow,deny Allow from all </Directory> create test.cfm and test.cfc in the folder "C:/Bug/actualdirectory" test.cfm : <cfset x = createObject("component", "test")> Invoke test.cfm through the url http://localhost/virtualdir/test.cfm : works fine (Comment added from ex-user id:nawani)
Comment by Adobe D.
16156 | August 13, 2014 04:29:48 AM GMT
Yep, I can't reproduce it either. I say close it.
Comment by External U.
16157 | August 13, 2014 09:00:27 AM GMT