PDA

View Full Version : Problem with NEWDIR script...


RoK
12-17-2004, 10:11 AM
why I get these Error Massages.. ?


12-17-2004 17:58:12 "..\scripts\newdir\OnPreList.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't read "ND_DISABLE(cache)": no such variable
while executing
"if { $ND_DISABLE(cache) == 0 } { iorefresh }"
(file "..\scripts\newdir\OnPreList.itcl" line 13)
------------------------------------------------------------------



my init.itcl :

##### GLOBAL NEWDIR 3.5.2 INI #####
# setup here the path of log
set ND_IOLOG "../logs"

# setup here the path of newdir
# don't forget to setup bandir.cfg & banfile.cfg
set ND_PATH "../scripts/newdir"


-------------------------------------------------------------------

whats worng here ? :(

Thanks all ...

Zer0Racer
12-20-2004, 02:59 PM
Well, if the error msg says "can't read "ND_DISABLE(cache)"... do you have that line in your init.itcl?