Make sure you do not have a cfsetting somewhere that is set to enable cf outout only.
Snake -----Original Message----- From: Nick Tong - TalkWebSolutions.co.uk [mailto:[EMAIL PROTECTED] Sent: 18 July 2006 14:18 To: CF-Talk Subject: Re: .cfc returns blank screen via direct call Can you explain why this happens? On 17/07/06, Jochem van Dieten <[EMAIL PROTECTED]> wrote: > > Nick Tong - TalkWebSolutions.co.uk wrote: > > I'm having an issue with viewing my cfcs in one particular project. > > If i > > call the page directly i get a blank screen but if i call it via the > > cfcexplorer i get to view the methods? I'm not sure whats wrong? > > > > i.e. > > http://myurl/CFIDE/componentutils/cfcexplorer. > > cfc?method=getcfcinhtml&name=test&path=/user/test.cfc > > works > > http://myurl/user/test.cfc returns blank > > Using the onRequest() method of Application.cfc has that effect. In > that method, check if it is a direct call for a CFC and do the > redirect to the component explorer manually. > > Jochem > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246870 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

