I have this problem
I use ioZS for zipscript and newdir 3.5.2
this erron on logs
Quote:
------------------------------------------------------------------
06-06-2005 22:40:20 "..\scripts\newdir\OnPreMkd.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't read "ND_NoRoot": no such variable
while executing
"if { $ND_NoRoot == 1 && $pwd == "/" } {
set ioerror 2
iputs "550 Requested action not taken. MKD not allowed in Root dir."
return
}"
(file "..\scripts\newdir\OnPreMkd.itcl" line 11)
------------------------------------------------------------------
06-06-2005 22:19:02 "..\scripts\newdir\OnDelDir.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't read "ND_NOLOG(ND)": no such variable
while executing
"foreach deny $ND_NOLOG(ND) {
if { [string match -nocase $deny $vpath] != 0 } { return }
}"
(procedure "nd_ondeldir" line 6)
invoked from within
"nd_ondeldir"
(file "..\scripts\newdir\OnDelDir.itcl" line 49)
|
Any help