Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not adding user to Mailchimp List #27

Open
ike44est opened this issue Nov 23, 2012 · 4 comments
Open

Not adding user to Mailchimp List #27

ike44est opened this issue Nov 23, 2012 · 4 comments

Comments

@ike44est
Copy link

Cannot get application to add users to the Mailchimp List. I have configured heroku for api keys as instructed and have modified my .bashrc file.

@itsEconomics
Copy link

I'm getting this same issue. Here's my server error:

Completed 500 Internal Server Error in 6ms

NoMethodError (undefined method include?' for nil:NilClass): app/models/user.rb:57:innew'
app/models/user.rb:57:in add_user_to_mailchimp' app/controllers/registrations_controller.rb:6:increate'

@paulwithap
Copy link

What do you get when you run heroku info --app <your-app-name>?

@itsEconomics
Copy link

Thanks for posting Paul, I forgot to update this. I found the line causing the error was this line in the app/model/user.rb file:

Rails.logger.info("MAILCHIMP SUBSCRIBE: result #{result.inspect} for #{self.email}")

Once I commented it out, no issues.

@paulwithap
Copy link

Ah, ok. So this was a different issue than the guy who posted below you. I
wonder if he ever figured it out...

On Sat, Apr 6, 2013 at 1:53 PM, Ian Taylor [email protected] wrote:

Thanks for posting Paul, I forgot to update this. I found the line causing
the error was this line in the app/model/user.rb file:

Rails.logger.info("MAILCHIMP SUBSCRIBE: result #{result.inspect} for
#{self.email}")

Once I commented it out, no issues.


Reply to this email directly or view it on GitHubhttps://github.com//issues/27#issuecomment-16003817
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants