View Single Post
Old 02-16-2004, 10:02 AM  
odd
Senior Member
 
Join Date: Sep 2003
Posts: 273
Default

Is it only me that gets all kind of errors when useing OC?
I cant close the site.

site close SomeReason
200 Command successful.

Here are all errors Id get

Code:
------------------------------------------------------------------
02-16-2004 15:54:46 "..\scripts\ocscript\ocscript\OnSiteClose.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't read "ocscript(REASON)": no such element in array
    while executing
"set args $ocscript(REASON) "
    (procedure "ocscript_onsiteclose" line 3)
    invoked from within
"ocscript_onsiteclose"
    (file "..\scripts\ocscript\ocscript\OnSiteClose.itcl" line 34)
------------------------------------------------------------------
02-16-2004 15:54:51 "..\scripts\OCScript\ocscript\OnSiteEnable.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't read "args": no such variable
    while executing
"lindex $args 0"
    (procedure "ocscript_onsiteenable" line 3)
    invoked from within
"ocscript_onsiteenable"
    (file "..\scripts\OCScript\ocscript\OnSiteEnable.itcl" line 32)
------------------------------------------------------------------
02-16-2004 15:55:42 "..\scripts\OCScript\ocscript\OnSiteDisable.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't read "args": no such variable
    while executing
"lindex $args 0"
    (procedure "ocscript_onsitedisable" line 3)
    invoked from within
"ocscript_onsitedisable"
    (file "..\scripts\OCScript\ocscript\OnSiteDisable.itcl" line 39)
I updated the old tcl84.dll with new tcl84t.dll(and renamed it to tcl84.dll). Havent been able to test the enable disable due to this errors. But Ive already have a suggestion to it. Would be nice if there is a way to list all disable users

BTW: Iam useing 5.6.3r
odd is offline   Reply With Quote