Re: [AOLSERVER] Tcl error

2011-08-23 Thread Peter Sadlon
which process any .tcl request, and that is where the error is being thrown. Date: Mon, 22 Aug 2011 20:50:26 -0500 From: tma...@ecognizant.com Subject: Re: [AOLSERVER] Tcl error To: AOLSERVER@LISTSERV.AOL.COM Hi Peter, Thanks for the response. I did not make myself clear. My question is: Why

Re: [AOLSERVER] Tcl error

2011-08-22 Thread Peter Sadlon
Hu Check: /aolserver/modules/tcl/file.tcl It would seem like your procedures are registered but that your errorPage variable is never set. A quick fix may be to change the line: if { $errorPage == } { to if {![info exists errorPage] || ($errorPage == ) } { Date:

Re: [AOLSERVER] Tcl error

2011-08-22 Thread Rusty Brooks
I don't really see why there's an error either. But if you fix the problem that is masking the error reporting, you'll have a much better chance of finding out. Rusty On Aug 22, 2011, at 8:50 PM, Thorpe Mayes wrote: Hi Peter, Thanks for the response. I did not make myself clear. My