Thread: BTrial Error
View Single Post
Old 09-19-2004, 09:15 PM  
magnetic_
Junior Member
 
Join Date: Feb 2004
Posts: 9
Default BTrial Error

I'm getting the following error in SystemError.log with bTrial:

"..\scripts\btrial\BTrialCore.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't read "btrial(GROUP)": no such variable
while executing
"if { $group == $btrial(GROUP) } { set args "" }"
(procedure "BTrialCore" line 4)
invoked from within
"BTrialCore"
(file "..\scripts\btrial\BTrialCore.itcl" line 177)
------------------------------------------------------------------

init.itcl looks like this:

set btrial(PATH) "../scripts/btrial"
set btrial(GROUP) "trial"
set btrial(PASSED) "iND"
set btrial(DAYS) 7
set btrial(SECTIONS) "0EFAULT:4096"

(#comments removed)

groups "trial" and "iND" both exist (I've checked the cAsE of the groups)

"!trial username" says user doesn't exist (when it does) with irc command and "site trial" on the ftpd does nothing.

I've added all the ftp commands to ioftpd.ini just as written in the readme.

Anyone got ANY ideas? Thanks.
magnetic_ is offline   Reply With Quote