So i finally got CE going (took so long because I had my
environment.rb file wrong)...and when I tried to test the signup
page...
TypeError in Users#create
Showing vendor/plugins/community_engine/app/views/users/new.html.haml
where line #37 raised:
can't convert Symbol into String
Extracted source (around line #37):
34: ="Birthday".l
35: \:
36: %em="(Required: you must be at least 13 years old to
sign up.)".l
37: = date_select :user, :birthday, {:start_year =>
1926, :end_year => (Time.now.year - 13)}
38:
39: %label{"for"=>"user_password"}
40: ="Type your password:".l
I haven't changed anything besides a little css, so I'm not sure what
this could be. Everything else is running fine.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---