PDA

View Full Version : Problems with media.itcl


Granny Smith
03-12-2004, 07:07 PM
I have the following entry in the SystemError.Log:


------------------------------------------------------------------
02-24-2004 11:41:39 "..\scripts\media\media.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't read "section": no such variable
while executing
"if {$section == 0} {return}"
(file "..\scripts\media\media.itcl" line 33)


Part from Media.itcl:

set dontdir "/APPS/* /CONSOLE/* /GAMEZ/* /E-BOOKZ/* /MP3/* /SPEED/*"
set sections "DVDR SVCD VCD REQUEST"


Whats wrong ...

can any1 help me ???

Best Regards

Granny

Mouton
03-12-2004, 07:09 PM
That script isn't posted on ioftpd.com/scripts

Please try the site where u got it... They must have some kind of support channel / board...

Granny Smith
03-12-2004, 07:10 PM
Good Question ... Next Question ...

I become this AddOn from an friend ...

so i hope any other one here in this nice community have this too

and can help me :)

Granny

Mouton
03-12-2004, 09:06 PM
#ioM0d on Efnet. That's a guess.
They probably got a board on their website somewhere too.

Or ask your friend where he got it.

Granny Smith
03-13-2004, 07:39 AM
there is an error with an OTHER script, not media.itcl as media doesnt contain the line its moaning about


Granny

JoeBAR
03-13-2004, 08:32 AM
after dontdir & sections, try add
set section "Default"

...

this script werk for me.

Mr_X
03-13-2004, 09:28 AM
change
set sections "DVDR SVCD VCD REQUEST"
by
set section "DVDR SVCD VCD REQUEST"
It should work