PDA

View Full Version : Request Error


PaRaNoiD_JaCK
09-14-2005, 05:57 AM
After updating to nxtools 9.13, users cant request. Other triggers as REQDEL, REQWIPE, REQFILL work.

SITE REQUEST TEST1 - gives this error

09-14-2005 12:49:16 "..\scripts\nxTools\nxRequest.tcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't read "req(ReleaseNames)": no such element in array
while executing
"IsTrue $req(ReleaseNames)"
(procedure "Add" line 6)
invoked from within
"Add $user $group $request"
("ADD" arm line 3)
invoked from within
"switch -- $event {
{ADD} {
if {$argLength > 1} {
set result [Add $user $group $request]
} el

Can anyone spread a bit of light on this error. Thanks in advance.

:)

neoxed
09-14-2005, 04:18 PM
Looks like you didn't follow the upgrading instructions (upgrading.txt) for v0.9.11 to v0.9.12.

0.9.12 -> 0.9.13
- Replace /scripts/nxLib.tcl and all files located in /scripts/nxTools/.
- Remove config options: misc(SiteBot) and new(Exempts).

0.9.11 -> 0.9.12
- Replace /scripts/nxLib.tcl and all files located in /scripts/nxTools/.
- New config option: req(ReleaseNames).
- Remove config options: invite(ConfigFile) and invite(Default).

PaRaNoiD_JaCK
09-14-2005, 04:50 PM
Thanks alot. Thats what it was. :o