Hi,
when running an operation with Drush at the PHP cli, my console is swamped with messages like:
WD php: Notice: Undefined property: stdClass::$profile_geburtsdatum in birthdays_load_user() (line 658 of /var/www/drupal/sites/all/modules/birthdays/birthdays.module).
Any idea what this is, and how I can get rid of it?
Thanks!
Comments
Comment #1
tmwagner commentedI would like to hear some opinions of the cause of this too. I'm encountering this from a custom module that did not throw errors until Pressflow was added.
Comment #2
Niklas Fiekas commentedReally the exact same
or just another PHP notice?