When bringing up admin/settings/comment_notify, I receive:
warning: Invalid argument supplied for foreach() in /Applications/MAMP/htdocs/IGL-TGP/includes/form.inc on line 1193.
It looks like the checkbox default is being sent a boolean for comment_notify_available_alerts and it needs something else for the checkbox logic to work.

Line 1193 is the second one (from form.inc):

    foreach ($form['#default_value'] as $key) {
      $value[$key] = 1;
    }
    return $value;

Comments

greggles’s picture

Status: Active » Fixed

Thanks for the bug report. I believe this is fixed in the latest version of 6.x-1.x-dev. Can you test that out and let me know?

Thanks.

Walt Esquivel’s picture

I had the same error as aangel with 6.x-1.1.

I installed 6.x-1.x-dev & the error is now gone.

Thanks greggles.

Status: Fixed » Closed (fixed)

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