Paul Ihrig wrote:
> ok...
> well we have a pretty intensive application.cfm
>
> i tried placing the <cfcomponent output="false">
>
> from the application.cfc inside the application.cfm in root of site
> but that threw a whole crapstorm of other errors.
>   
Yeah that was a really strange idea!

>
> also tried
>   <cffunction name="onSessionStart" returnType="void" output="false">
>     <cfobject name="SESSION.myShoppingCart" component="ShoppingCart">
>   </cffunction>
>
> but that didnt work either.
Another strange one.


I think what is required here is that the directory that contains the 
file being called:
D:\webserver\rittal-corp.com\www\rittalxpress\cart\

Make sure that this directory is covered by an Application.cfc or 
Application.cfm file that defines the same name as the rest of the 
application code.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:324545
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to