I am having a very similar problem, except when someone goes to sign up - it segfaults!
Here's the log from mongrel: /var/www/rails/lovdbyless/vendor/gems/ferret-0.11.4/lib/ferret/ index.rb:138: [BUG] segmentation fault ruby 1.8.5 (2006-08-25) [i386-linux] and the associated log from lovdbyless: Rendering accounts/signup Completed in 0.04433 (22 reqs/sec) | Rendering: 0.01153 (26%) | DB: 0.00078 (1%) | 200 OK [http://www.pozlife.com/signup] Processing AccountsController#signup (for 76.125.225.189 at 2008-08-31 11:42:19) [POST] Session ID: 6b5ad6c2c97d54d68f5b445d864a6f8e Parameters: {"user"=>{"captcha_answer"=>"5bb6bd8406195d4634633a7c3a4521658a46a1c9", "password_confirmation"=>"[FILTERED]", "captcha"=>"15", "terms_of_service"=>"1", "password"=>"[FILTERED]", "login"=>"joelle", "email"=>"[EMAIL PROTECTED]"}, "commit"=>"Sign-up Now", "action"=>"signup", "controller"=>"accounts", "remember_me"=>"1"} IN check_permissions :: @level => [[:all, {:all=>true}]] User Columns (0.000877) (13 Rows) SHOW FIELDS FROM `users` SQL (0.000059) BEGIN SQL (0.000135) (0 Rows) SELECT `login` FROM `users` WHERE (LOWER(`users`.login) = 'joelle') Asked for a remote server ? true, ENV["FERRET_USE_LOCAL_INDEX"] is nil, looks like we are not the server Will use local index. using index in /var/www/rails/lovdbyless/index/development/profile default field list: [:f, :about_me, :location] Profile Columns (0.000993) (19 Rows) SHOW FIELDS FROM `profiles` Profile Load (0.000212) (0 Rows) SELECT * FROM `profiles` WHERE (`profiles`.`email` = '[EMAIL PROTECTED]') LIMIT 1 User Create (0.000141) INSERT INTO `users` (`salt`, `updated_at`, `crypted_password`, `remember_token_expires_at`, `is_admin`, `email_verified`, `remember_token`, `time_zone`, `email_verification`, `login`, `can_send_messages`, `created_at`) VALUES('41808b22beb0a4dec268308144eaf304ef8d7154', '2008-08-31 15:42:19', '05b307344537b4841c60dc285d1c4c5febb3c44b', NULL, NULL, NULL, NULL, 'UTC', NULL, 'joelle', 1, '2008-08-31 15:42:19') Profile Load (0.000187) (0 Rows) SELECT * FROM `profiles` WHERE (`profiles`.`email` = '[EMAIL PROTECTED]') LIMIT 1 SQL (0.000147) (0 Rows) SELECT `email` FROM `profiles` WHERE (LOWER(`profiles`.email) = '[EMAIL PROTECTED]') Profile Create (0.000121) INSERT INTO `profiles` (`flickr`, `updated_at`, `blog`, `about_me`, `icon`, `website`, `aim_name`, `gtalk_name`, `is_active`, `youtube_username`, `flickr_username`, `user_id`, `first_name`, `last_name`, `ichat_name`, `location`, `created_at`, `email`) VALUES(NULL, '2008-08-31 15:42:19', NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2008-08-31 15:42:19', '[EMAIL PROTECTED]') ferret_create/update: Profile : 6 SQL (0.000529) (41 Rows) SHOW TABLES ... any ideas? Help? -Jeff On Aug 28, 8:19 pm, marianodibiase <[EMAIL PROTECTED]> wrote: > nevermind...got it working. > For the record, REGISTRATION_RECIPIENTS should be always be set to > something. > > regards > M --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lovd by Less" 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/lovdbyless?hl=en Who loves ya baby? -~----------~----~----~----~------~----~------~--~---
