PDA

View Full Version : newdir problem


Frozen
01-30-2004, 09:52 AM
Hi there people, I always get the error below if

[Pre]
list = TCL ..\scripts\newdir\OnPreList.itcl

is present, if i disable this line with a ; it works again.

Any ideas?




01-30-2004 01:56:37 "..\scripts\newdir\OnPreList.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------

while executing
"vfs flush $path"
(procedure "iorefresh" line 3)
invoked from within
"iorefresh "
invoked from within
"if { $ND_DISABLE(cache) == 0 } { iorefresh }
"
(file "..\scripts\newdir\OnPreList.itcl" line 13)
------------------------------------------------------------------


Grts,
Froz

MIC_vBa
01-30-2004, 10:05 AM
will check my config ...

what version of newdir ?

what ioftpd version ?

Mouton
01-30-2004, 10:49 AM
This means that "vfs flush" isn't available on your ioFTPD version. Upgrade.

Frozen
01-30-2004, 12:38 PM
ill check