PDA

View Full Version : [Fixed] files being deleted


DribbelZ
11-02-2003, 06:16 PM
Hi all,

Already i try to set up iobanana script twice but still whatever file i upload is deleted immediately.

When i disable
[Eevents]
OnUploadComplete = ..\scripts\ioBanana\ioBanana.exe upload

everything works.

Any ideas why this might happen??

Thanx for Reacting

dribbelz.

darkone
11-02-2003, 06:21 PM
I assume you have it under [events], not [eevents] ;) Anyways, since b5.1 io has required one to use EXEC/TCL as first argument:

OnUploadComplete = EXEC ..\scripts\ioBanana\ioBanana.exe upload

DribbelZ
11-03-2003, 05:01 AM
Thanx darkone :-)

That did the trick.

I presume i have to use the EXEC/TCL for all other sub sections as well (like [post] or [scripts])

dribbelz.