cferror tag with type exception not working

2011-04-04 Thread Jay Pandya
In my local when i am using cferror tag with type as exception then it is showing proper error message etc but in production it is not working.type as request work there.But my goal of sending email to admin when error occurs is not full filling.I have searched on Google and every forum,though

Re: cferror tag with type exception not working

2011-04-04 Thread Russ Michaels
trying setting the type to any and then it will show you the error and you will be able to see what the error type is, maybe a different error is occurring and it is not an exception type. On Mon, Apr 4, 2011 at 10:35 AM, Jay Pandya jaypandy...@gmail.com wrote: In my local when i am using

Re: cferror tag with type exception not working

2011-04-04 Thread Jay Pandya
trying setting the type to any and then it will show you the error and you will be able to see what the error type is, maybe a different error is occurring and it is not an exception type. I all ready tried those things.If i put the type as exception and exception as any though,i am not getting

Re: cferror tag with type exception not working

2011-04-04 Thread Jay Pandya
trying setting the type to any and then it will show you the error and you will be able to see what the error type is, maybe a different error is occurring and it is not an exception type. All ready tried with exception as any.But when i am using type as exception it is showing normal error

Re: cferror tag with type exception not working

2011-04-04 Thread Russ Michaels
are you sure the error template you are pointing to exists at the path specified in the CFERROR tag, and does not contain any errors itself ? what happens if you browse directly to the error template ? On Mon, Apr 4, 2011 at 7:06 PM, Jay Pandya jaypandy...@gmail.com wrote: trying setting the