You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by Uwe Pfeifer <fr...@freakyy.de> on 2006/07/05 18:29:48 UTC

need help :\

hello.

I'm trying do develop a site with apache rivet, and on the rivet-user 
mailinglist nobody answers me so im trying here.

I want people to be able to download .tcl.gz files, but it seems that 
rivet is trying to execute the .tcl.gz file see:
http://tcl.freakyy.de/index.rvt?sid=3
its not possible to download that file because it says:

missing close-bracket
    while compiling
"`áletç%1K$8λ7z-Ã*<@úx÷YãǛ£×E@¿Á컓+´H™óô=¢Ñ5m1Þ7”ô2ªÄB¼ž²AÏ®VÜL³Ùíž,7–Ð[ÙƖ0dð'ƒg£­ó¼Œh½S..."
    while executing

...
another file in the tcl.gz format is downloadable though, see:
http://tcl.freakyy.de/index.rvt?sid=2

It would be really nice if someone could help me out.

Thank You Very Much!!!
Uwe Pfeifer

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org


Re: need help :\

Posted by "David N. Welton" <da...@dedasys.com>.
Uwe Pfeifer wrote:
> hello.
> 
> I'm trying do develop a site with apache rivet, and on the rivet-user 
> mailinglist nobody answers me so im trying here.
> 
> I want people to be able to download .tcl.gz files, but it seems that 
> rivet is trying to execute the .tcl.gz file see:
> http://tcl.freakyy.de/index.rvt?sid=3
> its not possible to download that file because it says:
> 
> missing close-bracket
>    while compiling
> "`áletç%1K$8λ7z-Ã*<@úx÷YãǛ£×E@¿Á컓+´H™óô=¢Ñ5m1Þ7”ô2ªÄB¼ž²AÏ®VÜL³Ùíž,7–Ð[ÙƖ0dð'ƒg£­ó¼Œh½S..." 
> 
>    while executing
> 
> ...
> another file in the tcl.gz format is downloadable though, see:
> http://tcl.freakyy.de/index.rvt?sid=2
> 
> It would be really nice if someone could help me out.

You might want to fiddle around with Apache some to stop it from 
interpreting .tcl files.  Or... better, really, try renaming your 
scripts to something like msglog.tcldownload.gz and see if it still 
actus funny.

I tried to grab this, and it just stopped, without doing anything:

http://tcl.freakyy.de/scripts/msglog.tcl.gz

-- 
David N. Welton
- http://www.dedasys.com/davidw/

Linux, Open Source Consulting
- http://www.dedasys.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org


Re: need help :\

Posted by "GoMp@tcl.no" <go...@tcl.no>.
Most likely, that is a httpd.conf issue. Consult the file httpd.conf and 
see to it that .tar.gz-files are not being parsed by any application in 
the file-types settings.

Good luck.

-Johan Christie


Uwe Pfeifer wrote:
> hello.
> 
> I'm trying do develop a site with apache rivet, and on the rivet-user 
> mailinglist nobody answers me so im trying here.
> 
> I want people to be able to download .tcl.gz files, but it seems that 
> rivet is trying to execute the .tcl.gz file see:
> http://tcl.freakyy.de/index.rvt?sid=3
> its not possible to download that file because it says:
> 
> missing close-bracket
>    while compiling
> "`áletç%1K$8λ7z-Ã*<@úx÷YãǛ£×E@¿Á컓+´H™óô=¢Ñ5m1Þ7”ô2ªÄB¼ž²AÏ®VÜL³Ùíž,7–Ð[ÙƖ0dð'ƒg£­ó¼Œh½S..." 
> 
>    while executing
> 
> ...
> another file in the tcl.gz format is downloadable though, see:
> http://tcl.freakyy.de/index.rvt?sid=2
> 
> It would be really nice if someone could help me out.
> 
> Thank You Very Much!!!
> Uwe Pfeifer
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
> For additional commands, e-mail: rivet-dev-help@tcl.apache.org
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org