All of a sudden... I encountered the following error, Please HELP:
ArgumentError in Base#site_index
Showing vendor/plugins/community_engine/app/views/posts/
_post.html.haml where line #11 raised:
an Hpricot document must be built from an input source (a String or IO
object.)
Extracted source (around line #11):
8: =image_tag((post.first_image_in_body ||
post.user.avatar_photo_url
(:thumb)), :alt=>"", :width=>"50", :height=>"50")
9:
10: %ul
11: %li.fn=link_to post.user.login, user_path(post.user)
12: %li.update
13: %a{:href=>"#{user_post_path(post.user,
post)}", :rel=>"bookmark"}
14: %abbr.published{:title=>"#{post.published_at}"}=
post.published_at_display("%B %d, %Y")
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CommunityEngine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/communityengine?hl=en
-~----------~----~----~----~------~----~------~--~---