[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

rforum installation nightmare

shane

4/17/2006 2:55:00 AM

After several hours trying, retrying, and trying again I have been
unsuccessful at installing rforum on my server
If I try to access dispatch.fcgi from the web, I get a 500 server error
If I try to run dispatch.fcgi from the cli I get the following
ruby dispatch.fcgi
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:123:in
`const_missing': uninitialized constant RailsFCGIHandler (NameError)

from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:131:in
`const_missing'
from dispatch.fcgi:27

Ive had *several* looks on google, but been unable to find any answers
fyi I am running
# cat /etc/redhat-release
White Box Enterprise Linux release 3.0 (Liberation Respin 2)
# ruby --version
ruby 1.8.4 (2005-12-24) [i686-linux]
# rails --version
Rails 1.1.2
fcgi-2.4.0
mod_fastcgi-2.4.2
# gem --version
0.8.11

If Ive asked in the wrong group.. please point me to an appropriate group
TIA
Shane



--
Rule 6: There is no Rule 6.
1 Answer

James Herdman

4/17/2006 6:29:00 AM

0

I'd highly recommend the RForum Trac page:
http://rforum.andreas-...

You'll likely have more luck there than here. If not, perhaps the RoR
mailing list?

Best of luck,

James H.