PDA

View Full Version : [Fixed] problem with autonuker..


iXi
01-31-2006, 09:19 AM
--------------------------------------------------------------01-31-2006 15:10:48 "D:\ioFTPD\scripts\ioBanana\ioAUTONUKE.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't read "anuke(banned,Movie)": no such element in array
while executing
"foreach type $anuke(banned,$section) {
if {[string match -nocase "*$type*" $relname]} {return "$type.is.banned"}
}"
(procedure "isbanned" line 4)
invoked from within
"$command "$sec" "$release" "0""
(procedure "anukecheck" line 40)
invoked from within
"anukecheck "bann

ArtX
01-31-2006, 01:34 PM
that looks like a path error in the conf file (and most other iob files) you should be using / in the path lines and not \

Harm
01-31-2006, 06:53 PM
Actually, it looks like you've added a section to the list of directories to be checked for banned words but you haven't created the list of banned words for this section.

set anuke(banned,Movie) "bla bla bla"

iXi
02-01-2006, 08:43 AM
allready found and fixed little config err..:) but thx anyways