PDA

View Full Version : Pre not working


rental
04-19-2006, 08:18 AM
Hello,

I have Alcobot AlcoBot-v1.0.0
nxTools-v1.03

I can't pre stuff, this is nxpre.cfg:

AREAS]
MP3 "D:/Albums/" ----> Music dir

[GROUPS]
MP3 "admin"

[PATHS]
admin "/_PRE/" ----> Pre dir

in nxtools.cfg:

set pre(ConfigFile) "../scripts/nxTools/nxPre.cfg"
set pre(PrivatePath) "=%(group) =admin M1"

but when I do site pre I get this and nothing happens:

L] site pre MP3 test-test
[L] 200-.-[Pre]------------------------------------------------------------------.
[L] 200 Command successful.


I hope someone can help me

Greetz rental

rental
04-19-2006, 08:38 AM
SystemError.log gives:

list element in quotes followed by "/REQUEST" instead of space
while executing
"foreach {basePath mountPath} [string map {\\ /} $line] {break}"
(procedure "ResolvePath" line 33)
invoked from within
"ResolvePath $user $group $destRealPath"
(procedure "Release" line 67)
invoked from within
"Release [lrange $argList 1 end]"
(procedure "::nxTools::Pre::Main" 04-19-2006 15:34:04 "..\scripts\nxTools\nxPre.tcl" terminated abnormally

neoxed
04-19-2006, 11:27 AM
One of your .vfs files is missing a space between the physical path and mount path.


Wrong:
"D:\Requests"/REQUEST

Right:
"D:\Requests" /REQUEST

rental
04-19-2006, 12:01 PM
thnx for that problem

still can't pre:

unmatched open quote in list
while executing
"lindex $line 0"
("0" arm line 1)
invoked from within
"switch -- $section {
0 {set preArea([lindex $line 0]) [lindex $line 1]}
1 {set preGrps([lindex $line 0]) [lindex $line..."
(procedure "ConfigRead" line 21)
invoked from within
"ConfigRead $pre(ConfigFile)"
(procedure "Relea04-19-2006 18:58:31 "..\scripts\nxTools\nxPre.tcl" terminated abnormally

rental
04-19-2006, 01:12 PM
I found it thnx for the advice neoxed