Thanks for that Brendan.
I wrapped my code in a CFTRY and cfdumped the error:
it turns out like this:
struct
Message [empty string]
StackTrace java.lang.NullPointerException
TagContext array [empty]
Type java.lang.NullPointerException
I wrapped my code in a CFTRY and cfdumped the error:
it turns out like this:
struct
Message [empty string]
StackTrace java.lang.NullPointerException
TagContext array [empty]
Type java.lang.NullPointerException
There's no cfcatch.Message and cfcatch.detail in
there... i suppose this explains why it's not showing the error!
;-)
Strange thing is that if i take the code out and
run it outside of farcry, it works fine. I'll go thru and try to pin point the
line in the code that's causing the problem.
Thanks for your help,
Gav
----- Original Message -----
From: <[EMAIL PROTECTED]>
Newsgroups: farcry-dev
To: "FarCry Developers" <[EMAIL PROTECTED]>
Sent: Wednesday, March 24, 2004 6:10
PM
Subject: [farcry-dev] Re: showing errors in custom
admin
>
> > hi all,
> >
> > I've got a couple of custom administration pages in my farcry admin.
> >
> > One is throwing an error and i can't see what it is. It just shows:
> > "Error: Custom Administration".
>
>
> You should also be getting cfcatch.Message and cfcatch.detail. The file
> that shows this error is farcry_core/admin/admin/customadmin.cfm.
>
> Have you tried adding a try/catch around your problem page with a
> cfcatch dump/abort?
>
> -Brendan
> http://farcry.daemon.com.au
>
> ---
> You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
>
> MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
> http://www.mxdu.com/ + 24-25 February, 2004
> ---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004
