I am initiating a CFC:
<cfset config = new dir.dir1.config() />
This works fine. But suddenly and in my opinion without given reason it initiates:
<cfset config = new anotherdir.dir.dir1.config() />
Although the code shows the first instantiation and if I delete or rename the anotherdir.dir.dir1.config file it throws an error that the component can't be found.
Which circumstances can cause such behavior? I am at the end of the road with my wisdom.