View Single Post
Old 01-10-2004, 08:51 PM  
ds-
Junior Member
 
Join Date: Nov 2003
Posts: 12
Default pls help me with newdir script error

[sorry 4 my english]
i don't know reason why my ioftpd failed today >> i started ioftpd again, but the newdir script failed :-/

SystemError.log
  • 01-11-2004 01:28:32 "..\scripts\newdir\OnSiteNew.itcl" terminated abnormally
    --------------------------- ErrorInfo ----------------------------
    can't read "ND_NOLOG(FILES)": no such variable
    while executing
    "foreach deny $ND_NOLOG(FILES) {
    if { [string match -nocase $deny $vpath] != 0 } { return }
    }"
    (procedure "write_dupefilelog" line 5)
    invoked from within
    "write_dupefilelog"
    invoked from within
    "if { $ND_DISABLE(dupefile) == 0 } {
    write_dupefilelog
    }
    "
    (file "..\scripts\newdir\OnUplo01-11-2004 01:29:42 "c:\ioFTPD\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 "c:\ioFTPD\scripts\newdir\OnPreMkd.itcl" line 11)
    ------------------------------------------------------------------
i also tried delete the log files from ..ioftpd/logs [dupedir.log, dupefile.log and newdir.log], but any result - the log files no create :-/

**
i cannot create any MKD in dirs on ftp > failed
but if i disabled in ioftpd the newdir [PRE] [POST] commands, it's MKD ok
**

thx for help
ds- is offline   Reply With Quote