I found this after applying the patch, though it seems unrelated to the patch for the PDOException thing.

With the user registration form for a non-moderator or a new user signup, the following error(s) occur:
Notice: Undefined property: stdClass::$antispam_moderator_email_for in antispam_form_alter() (line 1524 of /home/digimant/public_html/soulcanvas/sites/all/modules/antispam/antispam.module).
Warning: implode() [function.implode]: Invalid arguments passed in antispam_form_alter() (line 1533 of /home/digimant/public_html/soulcanvas/sites/all/modules/antispam/antispam.module).

Once again, I'm a little new to bug reporting or the processes that these projects have to adhere to, however, for me, I fixed the issue by looking in my DOM Inspector, and checking to see what the form ID element was. I found that changing user_register_form to user-register-form and user_profile_form = user-profile-form fixed the issue for me. (Also, it hid the antispam moderator settings on the user form, which seems to be what the code was intent on doing.)

CommentFileSizeAuthor
IMG_22012011_150126.png130.83 KBKD0JEJ
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jereoms’s picture

I followed your fix and seems to have removed the error on mine as well. For those that may be looking for the location of the variables he is referring to, I found it on line 1517.

cfinke’s picture

Issue summary: View changes
Status: Active » Fixed

This appears to have been fixed in 8bb81adc773380a2793f22d6200fe0380c107ddd.

Status: Fixed » Closed (fixed)

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