Actually I forgot to check the stats before and after the quota was resetted the second time (i.e. site stats monthup) so now theres no way to know if io did actually reset twice, or if the problems comes from any of the scripts. Since MonthlyReset is set to 1st, io should only reset once.
Perhaps there is something wrong in this switch block?
HTML Code:
"quota123" {
set user [lindex $args 1]
set status [catch {set ee [::ftp::Quote $ioBvar(ftp) SITE BSTATS MONTHUP USER $user 1 "\"$ioBvar(sections)\""]} result]
etc.
I feel im just guessing here