List Info

Thread: Mephisto 0.7.1 and 0.7.2 broken comments




Mephisto 0.7.1 and 0.7.2 broken comments
user name
2006-11-08 02:32:57
Comments seem to be broken in 0.7.1 and 0.7.2. I migrated
from 0.6.0 to
0.7.1 and then to 0.7.2. The maximum number of comments I
can post is 1
per article. No errors appear to be thrown, but no comments
get posted.

Can anyone else confirm this?


--~--~---------~--~----~------------~-------~--~----~
Mephisto: http://mephistoblog.com |
Mephisto Help: http://mephisto.stikipad
.com

To post to this group, send email to MephistoBloggooglegroups.com
To unsubscribe from this group, send email to
MephistoBlog-unsubscribegooglegroups.com
For more options, visit this group at http
://groups-beta.google.com/group/MephistoBlog
-~----------~----~----~----~------~----~------~--~---

Mephisto 0.7.1 and 0.7.2 broken comments
user name
2006-11-08 03:40:06
Comments seem to work okay for me in revision 2447. ; Able to post multiple comments per post just fine, although the second comment did make a weird error in the log about Fixnum and routing but still accepted the comment:

NoMethodError (undefined method `join' for -517611318:Fixnum):
    .//vendor/rails/actionpack/lib/action_controller/routing.rb:794:in `separator_pattern'
    .//vendor/rails/actionpack/lib/action_controller/routing.rb:832:in `segment_for'
   ; .//vendor/rails/actionpack/lib/action_controller/routing.rb:811:in `segments_for_route_path'
   ; .//vendor/rails/actionpack/lib/action_controller/routing.rb:939:in `build'
    .//vendor/rails/actionpack/lib/action_controller/routing.rb:1145:in `add_route'
    .//vendor/rails/actionpack/lib/action_controller/routing.rb:1151:in `add_named_route'
    .//vendor/rails/actionpack/lib/action_controller/routing.rb:975:in `named_route'
    .//vendor/rails/activesupport/lib/active_support/option_merger.rb:14:in `send'
    .//vendor/rails/activesupport/lib/active_support/option_merger.rb:14:in `method_missing'
    .//vendor/rails/actionpack/lib/action_controller/resources.rb:238:in `map_collection_actions'
    .//vendor/rails/actionpack/lib/action_controller/resources.rb:231:in `each'
    .//vendor/rails/actionpack/lib/action_controller/resources.rb:231:in `map_collection_actions'
    .//vendor/rails/actionpack/lib/action_controller/resources.rb:228:in `each'
    .//vendor/rails/actionpack/lib/action_controller/resources.rb:228:in `map_collection_actions'
   ; .//vendor/rails/actionpack/lib/action_controller/resources.rb:217:in `map_resource'
   ; .//vendor/rails/activesupport/lib/active_support/core_ext/object/misc.rb:28:in `with_options'
   ; .//vendor/rails/actionpack/lib/action_controller/resources.rb:216:in `map_resource'
 ;   .//vendor/rails/actionpack/lib/action_controller/resources.rb:209:in `resources'
    .//vendor/rails/actionpack/lib/action_controller/resources.rb:209:in `each'
    .//vendor/rails/actionpack/lib/action_controller/resources.rb:209:in `resources'
    .//lib/mephisto/routing.rb:15:in `connect_with'
   ; .//config/routes.rb:3


On 11/7/06, zdennis < zach.dennisgmail.com"> zach.dennisgmail.com> wrote:

Comments seem to be broken in 0.7.1 and 0.7.2 . I migrated from 0.6.0 to
0.7.1 and then to 0.7.2. The maximum number of comments I can post is 1
per article. No errors appear to be thrown, but no comments get posted.

Can anyone else confirm this?







--
Thanks,
-Steve
http://www.stevelongdo.com
--~--~---------~--~----~------------~-------~--~----~
Mephisto: http://mephistoblog.com | Mephisto Help: http://mephisto.stikipad.com

To post to this group, send email to MephistoBloggooglegroups.com
To unsubscribe from this group, send email to MephistoBlog-unsubscribegooglegroups.com
For more options, visit this group at http://groups-beta.google.com/group/MephistoBlog
-~----------~----~----~----~------~----~------~--~---

Mephisto 0.7.1 and 0.7.2 broken comments
user name
2006-11-10 12:00:31
Same problem here with 0.7.2 on Apache.


--~--~---------~--~----~------------~-------~--~----~
Mephisto: http://mephistoblog.com |
Mephisto Help: http://mephisto.stikipad
.com

To post to this group, send email to MephistoBloggooglegroups.com
To unsubscribe from this group, send email to
MephistoBlog-unsubscribegooglegroups.com
For more options, visit this group at http
://groups-beta.google.com/group/MephistoBlog
-~----------~----~----~----~------~----~------~--~---

Mephisto 0.7.1 and 0.7.2 broken comments
user name
2006-11-10 17:59:17
On 11/10/06, Tanc <tanc.whitespacegmail.com> wrote:
>
> Same problem here with 0.7.2 on Apache.

Are you guys on sqlite3?  I asked around, and this is what
Jamis Buck
had to say about the "undefined method `join' for
-517611318:Fixnum"
message:

  "I think that's from using the pure-ruby sqlite3
driver.  make sure
you have swig installed when you install the sqlite3
gem"

-- 
Rick Olson
http://weblog.techno-
weenie.net
http://mephistoblog.com

--~--~---------~--~----~------------~-------~--~----~
Mephisto: http://mephistoblog.com |
Mephisto Help: http://mephisto.stikipad
.com

To post to this group, send email to MephistoBloggooglegroups.com
To unsubscribe from this group, send email to
MephistoBlog-unsubscribegooglegroups.com
For more options, visit this group at http
://groups-beta.google.com/group/MephistoBlog
-~----------~----~----~----~------~----~------~--~---

Mephisto 0.7.1 and 0.7.2 broken comments
user name
2006-11-10 18:42:15
I'm using MySQL, but I forgot and I am running Ruby 1.8.5 instead of 1.8.4 so I will see if that is related when I get a chance to switch back tonight.

On 11/10/06, Rick Olson < technoweeniegmail.com">technoweeniegmail.com> wrote:

On 11/10/06, Tanc < tanc.whitespacegmail.com">tanc.whitespacegmail.com> wrote:
>;
> Same problem here with 0.7.2 on Apache.

Are you guys on sqlite3?&nbsp; I asked around, and this is what Jamis Buck
had to say about the "undefined method `join' for -517611318:Fixnum&quot;
message:

 &nbsp;"I think that's from using the pure-ruby sqlite3 driver.&nbsp; make sure
you have swig installed when you install the sqlite3 gem"

--
Rick Olson
http://weblog.techno-weenie.net
http://mephistoblog.com


Thanks,
-Steve
http://www.stevelongdo.com
--~--~---------~--~----~------------~-------~--~----~
Mephisto: http://mephistoblog.com | Mephisto Help: http://mephisto.stikipad.com

To post to this group, send email to MephistoBloggooglegroups.com
To unsubscribe from this group, send email to MephistoBlog-unsubscribegooglegroups.com
For more options, visit this group at http://groups-beta.google.com/group/MephistoBlog
-~----------~----~----~----~------~----~------~--~---

Mephisto 0.7.1 and 0.7.2 broken comments
user name
2006-11-11 07:59:47
I'm on Ruby 1.8 (dreamhost default) and MySQL.


--~--~---------~--~----~------------~-------~--~----~
Mephisto: http://mephistoblog.com |
Mephisto Help: http://mephisto.stikipad
.com

To post to this group, send email to MephistoBloggooglegroups.com
To unsubscribe from this group, send email to
MephistoBlog-unsubscribegooglegroups.com
For more options, visit this group at http
://groups-beta.google.com/group/MephistoBlog
-~----------~----~----~----~------~----~------~--~---

Mephisto 0.7.1 and 0.7.2 broken comments
user name
2006-11-13 22:34:57
I had this, too. Rick gave me this fix.

Check your templates for
{% for comment in comments %} and change it to;
{% for comment in article.comments %}

James


--~--~---------~--~----~------------~-------~--~----~
Mephisto: http://mephistoblog.com |
Mephisto Help: http://mephisto.stikipad
.com

To post to this group, send email to MephistoBloggooglegroups.com
To unsubscribe from this group, send email to
MephistoBlog-unsubscribegooglegroups.com
For more options, visit this group at http
://groups-beta.google.com/group/MephistoBlog
-~----------~----~----~----~------~----~------~--~---

Mephisto 0.7.1 and 0.7.2 broken comments
user name
2006-11-14 10:41:18
Thanks James, but my theme is already using:
{% for comment in article.comments %} 
and I still have the problem.


--~--~---------~--~----~------------~-------~--~----~
Mephisto: http://mephistoblog.com |
Mephisto Help: http://mephisto.stikipad
.com

To post to this group, send email to MephistoBloggooglegroups.com
To unsubscribe from this group, send email to
MephistoBlog-unsubscribegooglegroups.com
For more options, visit this group at http
://groups-beta.google.com/group/MephistoBlog
-~----------~----~----~----~------~----~------~--~---

Mephisto 0.7.1 and 0.7.2 broken comments
user name
2006-11-14 10:41:18
Thanks James, but my theme is already using:
{% for comment in article.comments %} 
and I still have the problem.


--~--~---------~--~----~------------~-------~--~----~
Mephisto: http://mephistoblog.com |
Mephisto Help: http://mephisto.stikipad
.com

To post to this group, send email to MephistoBloggooglegroups.com
To unsubscribe from this group, send email to
MephistoBlog-unsubscribegooglegroups.com
For more options, visit this group at http
://groups-beta.google.com/group/MephistoBlog
-~----------~----~----~----~------~----~------~--~---

[1-9]

about | contact  Other archives ( Real Estate discussion Medical topics )