Closed (fixed)
Project:
Mailchimp
Version:
6.x-2.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2010 at 00:01 UTC
Updated:
23 Nov 2010 at 01:38 UTC
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
Comment #1
levelos commentedI believe Pressflow sets variable declaration to strict, which is actually very helpful in catching problems like this, thanks.
Comment #2
cookiesunshinex commentedI see that you have set this as fixed.
Have you applied a patch to the dev version?
Comment #3
cookiesunshinex commentedAlso, 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
Comment #5
cookiesunshinex commentedI'm re-opening since this is obviously not fixed.
Comment #6
levelos commentedFixed in http://drupal.org/cvs?commit=439620.
Comment #7
cookiesunshinex commentedI just updated with 6.x-2.x-dev version dated 2010-Nov-23 and the errors seem to have disappeared.
Thanks.