I am facing the same problem, and can't fix it. I think I set up key and secret correctly. Could you please tell how you fixed it in your case? Thanx in advance.
On Apr 10, 9:56 am, steveb <[email protected]> wrote: > I figured it out. I redid my sessions config (key, secret), etc. and > things started working. > > On Apr 9, 3:36 pm, steveb <[email protected]> wrote: > > > Sorry if this is an obvious thing, but I'm super new to Community > > Engine, and relatively new to RoR. > > > CE is installed and loads OK. I loaded the fixtures to get test data > > in, and things appear as expected. > > > I go tohttp://localhost:3000/signup, enter appropriate information, > > press Sign Up, and is seems to just redirect tohttp://localhost:3000/users > > without adding my user information to the database. As is evident from > > the following output from the development log, there is no INSERT for > > the new user. > > > ://localhost/signup] > > [4;35;1mSQL (1.0ms) [0m [0mSET NAMES 'utf8' [0m > > [4;36;1mSQL (0.0ms) [0m [0;1mSET SQL_AUTO_IS_NULL=0 [0m > > [4;35;1mUser Columns (5.0ms) [0m [0mSHOW FIELDS FROM `users` [0m > > > Processing UsersController#index (for 127.0.0.1 at 2010-04-09 > > 15:26:05) [GET] > > [I18n] loading locale: en from config > > [I18n] Locale set to en > > [4;36;1mSQL (1.0ms) [0m [0;1mSELECT count(DISTINCT users.id) AS > > count_users_id FROM `users` LEFT OUTER JOIN `taggings` ON > > (`users`.`id` = `taggings`.`taggable_id` AND > > `taggings`.`taggable_type` = 'User') LEFT OUTER JOIN `tags` ON > > (`tags`.`id` = `taggings`.`tag_id`) WHERE ((activated_at IS NOT > > NULL )) [0m > > [4;35;1mTag Load (3.0ms) [0m [0mSELECT tags.id, tags.name, > > COUNT(*) AS count FROM `tags` INNER JOIN taggings ON tags.id = > > taggings.tag_id INNER JOIN users ON users.id = taggings.taggable_id > > WHERE (taggings.taggable_type = 'User') GROUP BY tags.id, tags.name > > HAVING COUNT(*) > 0 LIMIT 10 [0m > > [4;36;1mMetroArea Load (0.0ms) [0m [0;1mSELECT * FROM > > `metro_areas` WHERE (users_count > 0) ORDER BY users_count DESC LIMIT > > 100 [0m > > [4;35;1mMetroArea Columns (2.0ms) [0m [0mSHOW FIELDS FROM > > `metro_areas` [0m > > Rendering template within layouts/application > > Rendering users/index > > [4;36;1mMetroArea Load (0.0ms) [0m [0;1mSELECT * FROM > > `metro_areas` [0m > > [4;35;1mCountry Columns (2.0ms) [0m [0mSHOW FIELDS FROM > > `countries` [0m > > [4;36;1mCountry Load (1.0ms) [0m [0;1mSELECT * FROM `countries` > > WHERE (`countries`.`id` IN (1,2,3)) [0m > > Rendered shared/_location_chooser (157.0ms) > > Rendered shared/_box (0.0ms) > > Rendered shared/_box (0.0ms) > > Rendered users/_search_options (422.0ms) > > [4;35;1mUser Load (1.0ms) [0m [0mSELECT * FROM `users` WHERE > > ((activated_at IS NOT NULL )) ORDER BY users.created_at DESC LIMIT 0, > > 13 [0m > > [4;36;1mTagging Columns (2.0ms) [0m [0;1mSHOW FIELDS FROM > > `taggings` [0m > > [4;35;1mTagging Load (1.0ms) [0m [0mSELECT `taggings`.* FROM > > `taggings` WHERE (`taggings`.`taggable_id` IN > > (7,8,2,4,5,9,10,13,11,12,3,6,1) and `taggings`.`taggable_type` = > > 'User') [0m > > [4;36;1mMetroArea Load (0.0ms) [0m [0;1mSELECT * FROM > > `metro_areas` WHERE (`metro_areas`.`id` = 5) [0m > > [4;35;1mOffering Columns (3.0ms) [0m [0mSHOW FIELDS FROM > > `offerings` [0m > > [4;36;1mSQL (0.0ms) [0m [0;1mSELECT count(*) AS count_all FROM > > `offerings` WHERE (`offerings`.user_id = 7) [0m > > Rendered users/_user (77.0ms) > > [4;35;1mCACHE (0.0ms) [0m [0mSELECT * FROM `metro_areas` WHERE > > (`metro_areas`.`id` = 5) [0m > > [4;36;1mSQL (1.0ms) [0m [0;1mSELECT count(*) AS count_all FROM > > `offerings` WHERE (`offerings`.user_id = 8) [0m > > Rendered users/_user (4.0ms) > > [4;35;1mSQL (1.0ms) [0m [0mSELECT count(*) AS count_all FROM > > `offerings` WHERE (`offerings`.user_id = 2) [0m > > Rendered users/_user (2.0ms) > > [4;36;1mSQL (0.0ms) [0m [0;1mSELECT count(*) AS count_all FROM > > `offerings` WHERE (`offerings`.user_id = 4) [0m > > Rendered users/_user (2.0ms) > > [4;35;1mSQL (1.0ms) [0m [0mSELECT count(*) AS count_all FROM > > `offerings` WHERE (`offerings`.user_id = 5) [0m > > Rendered users/_user (2.0ms) > > [4;36;1mSQL (0.0ms) [0m [0;1mSELECT count(*) AS count_all FROM > > `offerings` WHERE (`offerings`.user_id = 9) [0m > > [4;35;1mOffering Load (0.0ms) [0m [0mSELECT * FROM `offerings` > > WHERE (`offerings`.user_id = 9) [0m > > [4;36;1mSkill Columns (3.0ms) [0m [0;1mSHOW FIELDS FROM > > `skills` [0m > > [4;35;1mSkill Load (0.0ms) [0m [0mSELECT * FROM `skills` WHERE > > (`skills`.`id` = 1) [0m > > Rendered users/_user (81.0ms) > > [4;36;1mSQL (0.0ms) [0m [0;1mSELECT count(*) AS count_all FROM > > `offerings` WHERE (`offerings`.user_id = 10) [0m > > Rendered users/_user (3.0ms) > > [4;35;1mSQL (0.0ms) [0m [0mSELECT count(*) AS count_all FROM > > `offerings` WHERE (`offerings`.user_id = 13) [0m > > Rendered users/_user (3.0ms) > > [4;36;1mSQL (0.0ms) [0m [0;1mSELECT count(*) AS count_all FROM > > `offerings` WHERE (`offerings`.user_id = 11) [0m > > Rendered users/_user (3.0ms) > > [4;35;1mSQL (0.0ms) [0m [0mSELECT count(*) AS count_all FROM > > `offerings` WHERE (`offerings`.user_id = 12) [0m > > Rendered users/_user (3.0ms) > > [4;36;1mSQL (1.0ms) [0m [0;1mSELECT count(*) AS count_all FROM > > `offerings` WHERE (`offerings`.user_id = 3) [0m > > Rendered users/_user (3.0ms) > > [4;35;1mMetroArea Load (0.0ms) [0m [0mSELECT * FROM > > `metro_areas` WHERE (`metro_areas`.`id` = 4) [0m > > [4;36;1mSQL (0.0ms) [0m [0;1mSELECT count(*) AS count_all FROM > > `offerings` WHERE (`offerings`.user_id = 6) [0m > > Rendered users/_user (4.0ms) > > [4;35;1mMetroArea Load (1.0ms) [0m [0mSELECT * FROM > > `metro_areas` WHERE (`metro_areas`.`id` = 1) [0m > > [4;36;1mSQL (0.0ms) [0m [0;1mSELECT count(*) AS count_all FROM > > `offerings` WHERE (`offerings`.user_id = 1) [0m > > Rendered users/_user (4.0ms) > > Rendered shared/_box (1.0ms) > > Rendered shared/_scripts_and_styles (4.0ms) > > [4;35;1mCategory Load (0.0ms) [0m [0mSELECT * FROM `categories` > > [0m > > [4;36;1mCategory Columns (3.0ms) [0m [0;1mSHOW FIELDS FROM > > `categories` [0m > > Rendered shared/_header (154.0ms) > > Rendered shared/_messages (0.0ms) > > [4;35;1mPage Load (1.0ms) [0m [0mSELECT * FROM `pages` WHERE > > (published_as = 'live') [0m > > [4;36;1mPage Columns (3.0ms) [0m [0;1mSHOW FIELDS FROM > > `pages` [0m > > Completed in 1416ms (View: 1042, DB: 37) | 200 OK [http://localhost/ > > users] > > > I gotta be missing something simple? Please help. > > > Here's my app environment: > > > Ruby version 1.8.6 (i386-mswin32) > > RubyGems version 1.3.5 > > Rack version 1.0 > > Rails version 2.3.5 > > Active Record version 2.3.5 > > Active Resource version 2.3.5 > > Action Mailer version 2.3.5 > > Active Support version 2.3.5 > > Application root C:/Users/.../Desktop/ruby_on_rails/social1 > > Environment development > > Database adapter mysql > > Database schema version 20100407141010 -- 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.
