I followed the readme instructions, and I changed the paths is dispatch.fcgi and dispatch.rb to show Ruby in #!/usr/bin/ruby My site still is not resolving. http://www.spiritualityproject.com So, it seems that the .htaccess file is rewriting the root to show: http://www.spiritualityproject.com/forum There is a controller called forum, so I don't understand why it would not be showing up. I validated that this .htaccess file was changing the root url by putting in different root controller names. It may have something to do with the fact that there are not any forums or posts to display. The installation readme suggested that I need to create a new user by navigating to: http://www.spritualityproject.com/user/register However, this gives me: The error was: "lost network connection" So, I'm not sure what's going on. thanks, Bryan
on 2006-05-16 14:05
on 2006-05-16 17:48
The application is crashing on startup causing the errors that you're seeing. Are there any additional gems that rForum requires?
on 2006-05-17 16:15
I'm wonder if it's just not possible to install Rforum at Site5.com I deleted the un--needed files lang files. I changed the paths is dispatch.fcgi and dispatch.rb to show Ruby in #!/usr/bin/ruby I'm still getting the same errors.. â??lost network connectionâ? (NSURLErrorDomain:-1005) How did you find the error you posted above? I'm not seeing any errors in the apache error log My app log files ( /home/spiritua/rforum/trunk/log ) are not being updated either, so I can't use that to diagnose the problem. I tried to change .htaccess now to point to dispatch.cgi I got an Application Error @ root http://www.spiritualityproject.com This could be because there are no users or posts. When I go to: http://www.spiritualityproject.com/user/register The same error. If this were really an application error, wouldn't it be logging the errors in ~/rforum/trunk/log Any idea what this error is? [Tue May 16 15:44:23 2006] [error] [client 68.180.72.85] Premature end of script headers: /home/spiritua/public_html/dispatch.cgi
on 2006-11-14 05:23
Bryan W. wrote: > I'm wonder if it's just not possible to install Rforum at Site5.com it is. I have it close... The Ferret plugin is tricky. 0.9.6 is the only one that seems to let the app load. Everything is great except that I had to add a route to make it not throw a "Forum not found" error with just the domainn inn the address bar. but now.... I get this garbage when i try to post a new tpic when loggged in as admin. I found another post here: http://www.ruby-forum.com/topic/84738 that said i needed to upgrade Ferret. But i can;t cause then rForum. I am starting to think that rForum is not ready for release at all. Has anyone noticed that if you put any special charicters in the search box it throws an error (without even a 505 page)? Also it does not seem to run with edge rails but i di not fool around with that tpp much. An help would be appriciated regardinng the below error Thanks, NoMethodError (undefined method `exists?' for {:term_vector=>:no, :index=>:yes, :store=>:no, :boost=>1.0}:Hash): /home/artofbel/gems/gems/ferret-0.9.6/lib/ferret/index/field_infos.rb:20:in `initialize' /vendor/plugins/acts_as_ferret/lib/class_methods.rb:166:in `rebuild_index' /vendor/plugins/acts_as_ferret/lib/class_methods.rb:230:in `create_index_instance' /vendor/plugins/acts_as_ferret/lib/class_methods.rb:223:in `ferret_index' /vendor/plugins/acts_as_ferret/lib/instance_methods.rb:86:in `ferret_create' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/callbacks.rb:344:in `callback' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/callbacks.rb:341:in `callback' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/callbacks.rb:266:in `create_without_timestamps' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/timestamp.rb:30:in `create' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/base.rb:1718:in `create_or_update_without_callbacks' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/callbacks.rb:253:in `create_or_update' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/base.rb:1392:in `save_without_validation' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/validations.rb:736:in `save_without_transactions' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/transactions.rb:126:in `save' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/connection_adapters/abstract/database_statements.rb:51:in `transaction' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/transactions.rb:91:in `transaction' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/transactions.rb:118:in `transaction' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/transactions.rb:126:in `save' /app/models/forum.rb:41:in `add_post' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/connection_adapters/abstract/database_statements.rb:51:in `transaction' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/transactions.rb:91:in `transaction' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/transactions.rb:118:in `transaction' /app/models/forum.rb:36:in `add_post' /app/controllers/topic_controller.rb:97:in `new' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/base.rb:941:in `perform_action_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:368:in `perform_action_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/benchmarking.rb:69:in `perform_action_without_rescue' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/benchmarking.rb:69:in `perform_action_without_rescue' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/rescue.rb:82:in `perform_action' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/base.rb:408:in `process_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:377:in `process_without_session_management_support' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/session_management.rb:117:in `process' /usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/dispatcher.rb:38:in `dispatch' dispatch.cgi:10
on 2006-11-14 05:53
Dinshaw Gobhai wrote: in response to my self.. it see,s the prooblem is Site5, not rForum.. Works perfect on my mac.
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.