[Collaboa] Installation question, almost there!
Marcus Vorwaller
vorwaller at gmail.com
Thu Sep 22 21:04:32 GMT 2005
No, this one was solved by upgrading from svn. From there I had the
error I posted about on textdrive which was then solved by you
suggesting I "rake migrate and/or create a user named "Public""
Thanks again!
On 9/22/05, Johan Sørensen <johan at johansorensen.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> hmm, this sounds like some funky rails error?
> I noticed you posted another error in the textdrive forums, is this
> one still relevant?
>
> JS
>
> On 21 sep 2005, at 21.45, Marcus Vorwaller wrote:
>
> > After spending a couple days on it, I've gotten SVN with Swig bindings
> > and everything else (hopefully) installed. I also found the routing
> > path error and deleted that line, but I'm still having a problem. This
> > is what I get when I try to go the page. I can't figure out what's
> > wrong now. Thanks in advance. -Marcus
> >
> > NoMethodError in Repository#changesets
> >
> > Showing /layouts/main.rhtml where line #18 raised:
> >
> > undefined method `+' for nil:NilClass
> >
> > Extracted source (around line #18):
> >
> > 15: <link rel="stylesheet" href="/stylesheets/syntaxes/yaml.css"
> > type="text/css" />
> > 16: <% end %>
> > 17: <% if @params["controller"] == 'repository' %>
> > 18: <%= auto_discovery_link_tag(:rss, {:controller => 'rss', :action
> > => 'changesets'}) -%>
> > 19: <% elsif @params["controller"] == 'tickets' -%>
> > 20: <%= auto_discovery_link_tag(:rss, {:controller => 'rss', :action
> > => 'tickets'}) -%>
> > 21: <% else -%>
> > Show template trace
> >
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/
> > action_controller/request.rb:183:in
> > `host_with_port'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/
> > action_controller/url_rewriter.rb:24:in
> > `rewrite_url'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/
> > action_controller/url_rewriter.rb:11:in
> > `rewrite'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/
> > action_controller/base.rb:440:in
> > `url_for'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/action_view/
> > helpers/url_helper.rb:12:in
> > `send'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/action_view/
> > helpers/url_helper.rb:12:in
> > `url_for'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/action_view/
> > helpers/asset_tag_helper.rb:27:in
> > `auto_discovery_link_tag'
> > (erb):18:in `evaluate_locals'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/action_view/
> > base.rb:272:in
> > `evaluate_locals'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/action_view/
> > base.rb:283:in
> > `rhtml_render'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/action_view/
> > base.rb:208:in
> > `send'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/action_view/
> > base.rb:208:in
> > `render_template'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/action_view/
> > base.rb:173:in
> > `render_file'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/
> > action_controller/layout.rb:214:in
> > `render_without_benchmark'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/
> > action_controller/benchmarking.rb:25:in
> > `render'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/
> > action_controller/benchmarking.rb:25:in
> > `measure'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/
> > action_controller/benchmarking.rb:25:in
> > `render'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/
> > action_controller/base.rb:757:in
> > `perform_action_without_filters'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/
> > action_controller/filters.rb:295:in
> > `perform_action_without_benchmark'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/
> > action_controller/benchmarking.rb:41:in
> > `perform_action_without_rescue'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/
> > action_controller/benchmarking.rb:41:in
> > `measure'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/
> > action_controller/benchmarking.rb:41:in
> > `perform_action_without_rescue'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/
> > action_controller/rescue.rb:80:in
> > `perform_action'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/
> > action_controller/base.rb:356:in
> > `send'
> > /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.9.1/lib/
> > action_controller/base.rb:356:in
> > `process'
> > /usr/local/lib/ruby/gems/1.8/gems/rails-0.13.1/lib/dispatcher.rb:32:in
> > `dispatch'
> > dispatch.fcgi:86:in `process_request'
> > dispatch.fcgi:33:in `process!'
> > dispatch.fcgi:32:in `each_cgi'
> > dispatch.fcgi:32:in `process!'
> > dispatch.fcgi:97
> >
> > Couldn't render breakpoint link due to NoMethodError undefined method
> > `downcase' for nil:NilClass
> >
> > Request
> >
> > Parameters: None
> >
> > ---
> > flash: !ruby/hash:ActionController::Flash::FlashHash {}
> >
> > Response
> > Headers: {"Status"=>"200 OK", "cookie"=>[],
> > "Content-Type"=>"text/html; charset=utf-8",
> > "Cache-Control"=>"no-cache"}
> > _______________________________________________
> > Collaboa-talk mailing list
> > Collaboa-talk at lists.collaboa.org
> > http://lists.collaboa.org/mailman/listinfo/collaboa-talk
> >
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.1 (Darwin)
>
> iD8DBQFDMlk0K4mRAD1utSoRArBHAJ9yT7027P+MNHdNITHjsRpK+ML6oACgvENb
> pG9CyjdDLlynFvZ8O7GR8Js=
> =CmJo
> -----END PGP SIGNATURE-----
>
More information about the Collaboa-talk
mailing list