[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Rublog Problems

Brian McCallister

10/30/2003 4:36:00 PM

As Dave doesn't have a -users list for Rublog I am asking here, sorry
if it is offtopic...

I am having a bear of a time getting rublog to work under 1.8.0 I get
errors along the lines of:

[Thu Oct 30 08:31:47 2003] [error] [client 209.137.167.162] Premature
end of script headers: rublog.cgi, referer:
http://kasparov.skife.org/rublog-0.8.0/...
[Thu Oct 30 08:31:47 2003] [error] [client 209.137.167.162]
./Request.rb:150:in `slice!': can't modify frozen string (TypeError),
referer: http://kasparov.skife.org/rublog-0.8.0/...
[Thu Oct 30 08:31:47 2003] [error] [client 209.137.167.162] from
./Request.rb:150:in `determine_request_path', referer:
http://kasparov.skife.org/rublog-0.8.0/...
[Thu Oct 30 08:31:47 2003] [error] [client 209.137.167.162] from
./Request.rb:79:in `initialize', referer:
http://kasparov.skife.org/rublog-0.8.0/...
[Thu Oct 30 08:31:47 2003] [error] [client 209.137.167.162] from
./Request.rb:254:in `initialize', referer:
http://kasparov.skife.org/rublog-0.8.0/...
[Thu Oct 30 08:31:47 2003] [error] [client 209.137.167.162] from
/home/mccallister/www/rublog-0.8.0/rublog.cgi:33:in `new', referer:
http://kasparov.skife.org/rublog-0.8.0/...
[Thu Oct 30 08:31:47 2003] [error] [client 209.137.167.162] from
/home/mccallister/www/rublog-0.8.0/rublog.cgi:33, referer:
http://kasparov.skife.org/rublog-0.8.0/...

when I make a request against a category.

I have gone in and hacked up the obvious places but it just opens a can
of worms on new problems.

Anyone played with this and gotten it to work?

Thanks in advance to anyone who can help provide some pointers!

-Brian



3 Answers

Tom Copeland

10/30/2003 4:43:00 PM

0

On Thu, 2003-10-30 at 11:36, Brian McCallister wrote:
> As Dave doesn't have a -users list for Rublog I am asking here, sorry
> if it is offtopic...

Might be worth posting to the project's forums:

http://rubyforge.org/forum/?g...

Although I admit that probably a posting here is more likely to be seen
by other rublog users...

Yours,

Tom



Dave Thomas

10/30/2003 4:58:00 PM

0


On Oct 30, 2003, at 10:36, Brian McCallister wrote:

> As Dave doesn't have a -users list for Rublog I am asking here, sorry
> if it is offtopic...
>
> I am having a bear of a time getting rublog to work under 1.8.0 I get
> errors along the lines of:
>

Hmm.. I'm running it every day under 1.8.0 and 1.8.1.

Are you running it as a CGI, or under mod_ruby?

Cheers

Dave


Eric Stewart

11/1/2003 2:21:00 AM

0

Brian, I noticed the same problems recently when trying to get rublog
0.8.0 working under Ruby 1.8.0 via cgi under Apache. After hacking as
you did to fix the problem I installed all the latest source from cvs
instead of the last release build and all those problems seem to be gone.

Home that helps!!

Eric

Brian McCallister wrote:
> As Dave doesn't have a -users list for Rublog I am asking here, sorry if
> it is offtopic...
>
> I am having a bear of a time getting rublog to work under 1.8.0 I get
> errors along the lines of:
>
> [Thu Oct 30 08:31:47 2003] [error] [client 209.137.167.162] Premature
> end of script headers: rublog.cgi, referer:
> http://kasparov.skife.org/rublog-0.8.0/...
> [Thu Oct 30 08:31:47 2003] [error] [client 209.137.167.162]
> /Request.rb:150:in `slice!': can't modify frozen string (TypeError),
> referer: http://kasparov.skife.org/rublog-0.8.0/...
> [Thu Oct 30 08:31:47 2003] [error] [client 209.137.167.162] from
> /Request.rb:150:in `determine_request_path', referer:
> http://kasparov.skife.org/rublog-0.8.0/...
> [Thu Oct 30 08:31:47 2003] [error] [client 209.137.167.162] from
> /Request.rb:79:in `initialize', referer:
> http://kasparov.skife.org/rublog-0.8.0/...
> [Thu Oct 30 08:31:47 2003] [error] [client 209.137.167.162] from
> /Request.rb:254:in `initialize', referer:
> http://kasparov.skife.org/rublog-0.8.0/...
> [Thu Oct 30 08:31:47 2003] [error] [client 209.137.167.162] from
> /home/mccallister/www/rublog-0.8.0/rublog.cgi:33:in `new', referer:
> http://kasparov.skife.org/rublog-0.8.0/...
> [Thu Oct 30 08:31:47 2003] [error] [client 209.137.167.162] from
> /home/mccallister/www/rublog-0.8.0/rublog.cgi:33, referer:
> http://kasparov.skife.org/rublog-0.8.0/...
>
> when I make a request against a category.
>
> I have gone in and hacked up the obvious places but it just opens a can
> of worms on new problems.
>
> Anyone played with this and gotten it to work?
>
> Thanks in advance to anyone who can help provide some pointers!
>
> -Brian
>
>
>