Re: [Openpacket-devel] Alpha demo site online
Brought to you by:
crazy_j,
taosecurity
|
From: Tom L. <do...@gm...> - 2007-09-29 02:24:14
|
Very nice. I like the look & feel a lot. I couldn't post on the forums
though, error:
ActiveRecord::RecordNotFound in Post#new
Showing *app/views/post/new.rhtml* where line *#12* raised:
Couldn't find Capture without an ID
Extracted source (around line *#12*):
9: <% form_for 'post', :url => {:action => 'create'} do |form| %>
10:
11: <p><label for="post_subject">Subject</label><br/>
12: <%= form.text_field 'subject', :size => 60, :value => "Re:
#{capture_filename}" %></p>
13:
14: <p><label for="post_body">Body</label><br/>
15: <%= form.text_area 'body', :rows => 20, :cols => 80 %></p>
RAILS_ROOT: /home/html/spaceegg/openpacket/config/..
Application Trace
<http://openpacket.spaceegg.net/post/new?forum_id=2#> | Framework
Trace <http://openpacket.spaceegg.net/post/new?forum_id=2#> | Full
Trace<http://openpacket.spaceegg.net/post/new?forum_id=2#>
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/base.rb:1012:in
`find_from_ids'
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/base.rb:419:in
`find'
#{RAILS_ROOT}/app/helpers/post_helper.rb:4:in `capture_filename'
#{RAILS_ROOT}/app/views/post/new.rhtml:12:in
`_run_rhtml_47app47views47post47new46rhtml'
#{RAILS_ROOT}/app/views/post/new.rhtml:9:in
`_run_rhtml_47app47views47post47new46rhtml'
/usr/bin/mongrel_rails:16:in `load'
/usr/bin/mongrel_rails:16
|