Download & Extend

Undefined property: stdClass::$profile_geburtsdatum in birthdays_load_user()

Project:Birthdays
Version:6.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

I 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.

#2

Really the exact same

WD php: Notice: Undefined property: stdClass::$profile_***** in birthdays_load_user() (line 658 of /var/www/drupal/sites/all/modules/birthdays/birthdays.module).

or just another PHP notice?