Account signups and invitations not possible after upgrade to Wagn 1.14.1+discussion
Sorry for the slow reply here.
You can only have an account associated with a card if it is "accountable". You can set *accountable rules under advanced > rules.
By default, only "Sign up" and "User" are accountable, though it kind of looks like your Sign up cards may have this rule turned off?
"Sign up+*type+*accountable" indeed didn't exist. Now it does, via rules for all Sign up cards. However, now I'm getting an error eerily similar to that reported on New account signups cause Wagn hitch after 1.14.1 upgrade.
My log/production.log recorded the following. (Google's spider was crawling my site at the same time, getting an unrelated GEOS card.)
Started POST "/card/create/?main=&is_main=true&slot%5Bhome_view%5D=new&slot%5Binc_name%5D=_main&slot%5Binc_syntax%5D=_main&slot%5Btitle%5D=Invite" for 208.38.215.22 at 2014-12-02 14:40:52 -0800
Processing by CardController#create as JS
Parameters: {"utf8"=>"✓", "authenticity_token"=>"e6AiZKFer7ftVTmYbTLo2ajJQdpM6OT+OrtVS7bybDc=", "success"=>"REDIRECT: _self", "card"=>{"type_id"=>"12", "name"=>"Strawberry Punch", "subcards"=>{"+*account+*email"=>{"content"=>"smpunch@thornton2.com", "type_id"=>"52"}}}, "button"=>"", "main"=>"", "is_main"=>"true", "slot"=>{"home_view"=>"new", "inc_name"=>"_main", "inc_syntax"=>"_main", "title"=>"Invite"}}
Started GET "/GEOS_Programmer_s_Reference_Guide+GEOS_Kernal_Routines+SmallPutChar+tags+*editors.rss" for 66.249.69.16 at 2014-12-02 14:40:52 -0800
Processing by CardController#read as RSS
Parameters: {"id"=>"GEOS_Programmer_s_Reference_Guide+GEOS_Kernal_Routines+SmallPutChar+tags+*editors"}
[paperclip] Saving attachments.
Rendered text template (0.0ms)
Completed 200 OK in 642.7ms (Views: 1.2ms | ActiveRecord: 39.3ms)
[paperclip] Saving attachments.
[paperclip] Saving attachments.
[paperclip] Saving attachments.
exception = Net::SMTPFatalError: 554 5.7.1 : Recipient address rejected: Access denied
/home/arielmt/.rbenv/versions/2.1.3/lib/ruby/2.1.0/net/smtp.rb:957:in `check_response'
/home/arielmt/.rbenv/versions/2.1.3/lib/ruby/2.1.0/net/smtp.rb:926:in `getok'
/home/arielmt/.rbenv/versions/2.1.3/lib/ruby/2.1.0/net/smtp.rb:869:in `rcptto'
/home/arielmt/.rbenv/versions/2.1.3/lib/ruby/2.1.0/net/smtp.rb:850:in `block in rcptto_list'
/home/arielmt/.rbenv/versions/2.1.3/lib/ruby/2.1.0/net/smtp.rb:848:in `each'
/home/arielmt/.rbenv/versions/2.1.3/lib/ruby/2.1.0/net/smtp.rb:848:in `rcptto_list'
/home/arielmt/.rbenv/versions/2.1.3/lib/ruby/2.1.0/net/smtp.rb:663:in `send_message'
/home/arielmt/.gems/gems/mail-2.5.4/lib/mail/network/delivery_methods/smtp.rb:113:in `block in deliver!'
/home/arielmt/.rbenv/versions/2.1.3/lib/ruby/2.1.0/net/smtp.rb:521:in `start'
/home/arielmt/.gems/gems/mail-2.5.4/lib/mail/network/delivery_methods/smtp.rb:112:in `deliver!'
/home/arielmt/.gems/gems/mail-2.5.4/lib/mail/message.rb:2129:in `do_delivery'
/home/arielmt/.gems/gems/mail-2.5.4/lib/mail/message.rb:234:in `deliver'
/home/arielmt/thornton2.com/tmp/set/type/1022-email_template.rb:12:in `deliver'
/home/arielmt/thornton2.com/tmp/set/right/1012-account.rb:138:in `block in '
/home/arielmt/.gems/gems/wagn-1.14.1/lib/card/set.rb:139:in `block (3 levels) in event'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:403:in `_run__1680666535200326814__send_account_verification_email__359891344109473589__callbacks'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:385:in `_run_send_account_verification_email_callbacks'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/arielmt/.gems/gems/wagn-1.14.1/lib/card/set.rb:137:in `block (2 levels) in event'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:463:in `_run__1680666535200326814__extend__359891344109473589__callbacks'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:385:in `_run_extend_callbacks'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/arielmt/thornton2.com/tmp/set/all/1011-phases.rb:104:in `extend'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:420:in `_run__1680666535200326814__save__359891344109473589__callbacks'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:385:in `_run_save_callbacks'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/callbacks.rb:264:in `create_or_update'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/persistence.rb:104:in `save!'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/validations.rb:56:in `save!'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/attribute_methods/dirty.rb:33:in `save!'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/transactions.rb:264:in `block in save!'
/home/arielmt/thornton2.com/tmp/set/all/1011-phases.rb:48:in `block (2 levels) in with_transaction_returning_status'
/home/arielmt/thornton2.com/tmp/set/all/1011-phases.rb:27:in `abortable'
/home/arielmt/thornton2.com/tmp/set/all/1011-phases.rb:48:in `block in with_transaction_returning_status'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/transactions.rb:208:in `transaction'
/home/arielmt/thornton2.com/tmp/set/all/1011-phases.rb:46:in `with_transaction_returning_status'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/transactions.rb:264:in `save!'
/home/arielmt/thornton2.com/tmp/set/all/1011-phases.rb:182:in `block (2 levels) in '
/home/arielmt/thornton2.com/tmp/set/all/1011-phases.rb:181:in `each'
/home/arielmt/thornton2.com/tmp/set/all/1011-phases.rb:181:in `block in '
/home/arielmt/.gems/gems/wagn-1.14.1/lib/card/set.rb:139:in `block (3 levels) in event'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:403:in `_run__1680666535200326814__store_subcards__359891344109473589__callbacks'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:385:in `_run_store_subcards_callbacks'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/arielmt/.gems/gems/wagn-1.14.1/lib/card/set.rb:137:in `block (2 levels) in event'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:464:in `_run__1680666535200326814__store__359891344109473589__callbacks'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:385:in `_run_store_callbacks'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/arielmt/thornton2.com/tmp/set/all/1011-phases.rb:91:in `store'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_529'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:414:in `_run__1680666535200326814__save__359891344109473589__callbacks'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:385:in `_run_save_callbacks'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/callbacks.rb:264:in `create_or_update'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/persistence.rb:84:in `save'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/validations.rb:50:in `save'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/attribute_methods/dirty.rb:22:in `save'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/transactions.rb:259:in `block (2 levels) in save'
/home/arielmt/thornton2.com/tmp/set/all/1011-phases.rb:48:in `block (2 levels) in with_transaction_returning_status'
/home/arielmt/thornton2.com/tmp/set/all/1011-phases.rb:27:in `abortable'
/home/arielmt/thornton2.com/tmp/set/all/1011-phases.rb:48:in `block in with_transaction_returning_status'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/transactions.rb:208:in `transaction'
/home/arielmt/thornton2.com/tmp/set/all/1011-phases.rb:46:in `with_transaction_returning_status'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/transactions.rb:259:in `block in save'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/transactions.rb:270:in `rollback_active_record_state!'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/transactions.rb:258:in `save'
/home/arielmt/.gems/gems/wagn-1.14.1/app/controllers/card_controller.rb:30:in `block in create'
/home/arielmt/.gems/gems/wagn-1.14.1/app/controllers/card_controller.rb:174:in `handle'
/home/arielmt/.gems/gems/wagn-1.14.1/app/controllers/card_controller.rb:30:in `create'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/abstract_controller/base.rb:167:in `process_action'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_controller/metal/rendering.rb:10:in `process_action'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:436:in `_run__1461478532516055873__process_action__1666747493760952656__callbacks'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/abstract_controller/callbacks.rb:17:in `process_action'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_controller/metal/rescue.rb:29:in `process_action'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/notifications.rb:123:in `block in instrument'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/notifications.rb:123:in `instrument'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/abstract_controller/base.rb:121:in `process'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/abstract_controller/rendering.rb:45:in `process'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_controller/metal.rb:203:in `dispatch'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_controller/metal.rb:246:in `block in action'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_dispatch/routing/route_set.rb:73:in `call'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_dispatch/routing/route_set.rb:36:in `call'
/home/arielmt/.gems/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
/home/arielmt/.gems/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
/home/arielmt/.gems/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_dispatch/routing/route_set.rb:608:in `call'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/home/arielmt/.gems/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call'
/home/arielmt/.gems/gems/rack-1.4.5/lib/rack/conditionalget.rb:35:in `call'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_dispatch/middleware/head.rb:14:in `call'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_dispatch/middleware/flash.rb:242:in `call'
/home/arielmt/.gems/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context'
/home/arielmt/.gems/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_dispatch/middleware/cookies.rb:341:in `call'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/query_cache.rb:64:in `call'
/home/arielmt/.gems/gems/activerecord-3.2.16/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:405:in `_run__1066941352571238980__call__359891344109473589__callbacks'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:405:in `__run_callback'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
/home/arielmt/.gems/gems/airbrake-4.1.0/lib/airbrake/rails/middleware.rb:13:in `call'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/home/arielmt/.gems/gems/railties-3.2.16/lib/rails/rack/logger.rb:32:in `call_app'
/home/arielmt/.gems/gems/railties-3.2.16/lib/rails/rack/logger.rb:16:in `block in call'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/tagged_logging.rb:22:in `tagged'
/home/arielmt/.gems/gems/railties-3.2.16/lib/rails/rack/logger.rb:16:in `call'
/home/arielmt/.gems/gems/actionpack-3.2.16/lib/action_dispatch/middleware/request_id.rb:22:in `call'
/home/arielmt/.gems/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call'
/home/arielmt/.gems/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call'
/home/arielmt/.gems/gems/activesupport-3.2.16/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/home/arielmt/.gems/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call'
/home/arielmt/.gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:in `forward'
/home/arielmt/.gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:143:in `pass'
/home/arielmt/.gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:155:in `invalidate'
/home/arielmt/.gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:71:in `call!'
/home/arielmt/.gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in `call'
/home/arielmt/.gems/gems/airbrake-4.1.0/lib/airbrake/user_informer.rb:16:in `_call'
/home/arielmt/.gems/gems/airbrake-4.1.0/lib/airbrake/user_informer.rb:12:in `call'
/home/arielmt/.gems/gems/railties-3.2.16/lib/rails/engine.rb:484:in `call'
/home/arielmt/.gems/gems/railties-3.2.16/lib/rails/application.rb:231:in `call'
/home/arielmt/.gems/gems/railties-3.2.16/lib/rails/railtie/configurable.rb:30:in `method_missing'
/dh/passenger/lib/phusion_passenger/rack/thread_handler_extension.rb:74:in `process_request'
/dh/passenger/lib/phusion_passenger/request_handler/thread_handler.rb:141:in `accept_and_process_next_request'
/dh/passenger/lib/phusion_passenger/request_handler/thread_handler.rb:109:in `main_loop'
/dh/passenger/lib/phusion_passenger/request_handler.rb:448:in `block (3 levels) in start_threads'
Rendered text template (0.0ms)
Completed 500 Internal Server Error in 2506.6ms (Views: 1.6ms | ActiveRecord: 280.6ms)
Sorry, I missed this before.
I'm going to close this as a duplicate of New account signups cause Wagn hitch after 1.14.1 upgrade.
It looks like there must be something incorrect in the outgoing email configuration, but we haven't pinpointed the problem yet. If you're able to learn anything from the debugging information posted in that ticket, that would be a huge help!
(as mentioned in the other ticket, 1.14.3 includes changes intended to fix this problem)