Hi TJ
I have edited the CFC path on the main kalendar application file -
restarted CF each time and still get the error - no matter how i code
it.
The basic error i get follows (the only thing that changes with it is
the way it stats the interface that can't be found depending on how i
coded it:
Could not find the ColdFusion Component or Interface
Site_newwebsite.Kalendar.common.cfckalendar.
Ensure that the name is correct and that the component or interface
exists.
The error occurred in D:\http\Site_newwebsite\Kalendar\index.cfm: line
95
93 : <cfinvokeargument name="PublicOnly" value="1" />
94 : <cfif variables.categoryID neq 0>
95 : <cfinvokeargument name="categoryID"
value="#variables.categoryID#" />
96 : </cfif>
97 : </cfinvoke>
This is the setup of my site and folders
- Web Site folder on server
-FCKeditor
-Kalendar
-Admin
-Common
-Kalendar
-Common
-CFC
-CSS
-Images
-Includes
-Scripts
-Tags
I have edited Kalendar/Common/application.cfc file - line 16 in the
different ways i note below - restarting CF between each time an
retesting the code/. I get the same error each time - the only thing
different about each error is it changes depending on how i have this
line of code saved.
Ways i have tried with and without the . notation -
application.CFCPath = "site_newwebsite.Kalendar.common.cfc";
application.CFCPath = "kalendar.common.cfc";
application.CFCPath = "kalendar/common/cfc";
application.CFCPath = "site_newwebsite/Kalendar/common/cfc";
I can't even get to the admin section to enter a test event.
what piece of the puzzle am i missing? Any suggestions?
Thank you!