View Single Post
Old 06-11-2007, 05:03 AM  
Flow
Senior Member
 
Flow's Avatar
 
Join Date: Dec 2001
Posts: 306
Default nxTools v1.05a Wipe issue Fix

Here the fix for the nxLib.tcl file. Located in \scripts\nxLib.tcl
It works for me. Dont use notepad altering the code.

Line 182
GetDirStatsRecurse $realPath data $ignoreList

to

GetDirStatsRecurse $realPath stats $ignoreList


Line 188
(comment out the whole line using # sign )
array set stats[list DirCount 0 FileCount 0 TotalSize 0]

to

# array set stats[list DirCount 0 FileCount 0 TotalSize 0]


Thats it, RESTART ioFTPD server, rehash wont do. (Thanks BJ)
Flow is offline   Reply With Quote