not able to mkd
Suddenly receiving this error. I cannot recall changing any thing whatsoever, one moment everthing worked fine, the next it didnt. Basically it looks like the path to log is wrong, however I am positive i did not change anything regarding log paths, and i did check init.tcl + newdir.tcl and the paths look fine. Any ideas are quite welcome.
------------------------------------------------------------------
09-08-2004 16:56:57 "D:\ioFTPD\scripts\newdir\OnPreMkd.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
couldn't open "D:ioFTPDscripts
ewdir/bandir.cfg": no such file or directory
while executing
"open $ND_PATH/bandir.cfg r"
(procedure "nd_check_bandir" line 3)
invoked from within
"nd_check_bandir $section"
invoked from within
"if { $ND_DISABLE(bandir) == 0 } {
set section "none"
foreach temploop $ND_SECTIONS {
if { [string match */$temploop/* $pwd]09-08-2004 18:12:23 "D:\ioFTPD\scripts\newdir\OnPreMkd.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
couldn't open "D:ioFTPDscripts
ewdir/bandir.cfg": no such file or directory
while executing
"open $ND_PATH/bandir.cfg r"
(procedure "nd_check_bandir" line 3)
invoked from within
"nd_check_bandir $section"
invoked from within
"if { $ND_DISABLE(bandir) == 0 } {
set section "none"
foreach temploop $ND_SECTIONS {
if { [string match */$temploop/* $pwd]09-08-2004 18:12:23 "D:\ioFTPD\scripts\newdir\OnNewDir.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
couldn't open "D:ioFTPDlogs/newdir.log": no such file or directory
init.tcl
##### GLOBAL NEWDIR 3.5.2 INI #####
# setup here the path of log
set ND_IOLOG "d:\ioFTPD\logs"
# setup here the path of newdir
# don't forget to setup bandir.cfg & banfile.cfg
set ND_PATH "d:\ioFTPD\scripts\newdir"
newdir.tcl
################################################## ###############################
# NEWDIR by B0unTy For ioFTPD community #
################################################## ###############################
# BASIC CONFIG #
#################
## LOCATION
# set this to your newdir.log file
set newdir(LOG) "D:\ioFTPD\logs\newdir.log"
Thanks in advance
|