I see the following error on the Mailchimp administration page after I have entered my API Key. Everything seems to work ok, but I get the error message.

Notice: Undefined variable: register in mailchimp_mailchimp_merge_keys() (line 754 of /vol/var/www/sites/all/modules/mailchimp/mailchimp.module).

I'm using Pressflow if that makes a difference.

Comments

levelos’s picture

Status: Active » Fixed

I believe Pressflow sets variable declaration to strict, which is actually very helpful in catching problems like this, thanks.

cookiesunshinex’s picture

I see that you have set this as fixed.

Have you applied a patch to the dev version?

cookiesunshinex’s picture

Also, I just saw this post about E_NOTICE while doing some research on other Notice: undefined variable errors in other modules.

If you edit PHP code, please work with E_NOTICE turned on!!!
http://randyfay.com/node/76

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

cookiesunshinex’s picture

Status: Closed (fixed) » Active

I'm re-opening since this is obviously not fixed.

levelos’s picture

Status: Active » Closed (fixed)
cookiesunshinex’s picture

I just updated with 6.x-2.x-dev version dated 2010-Nov-23 and the errors seem to have disappeared.

Thanks.