We recently upgraded to Drupal 7.12 from Drupal 5. We did a two-step upgrade. I noticed that we were getting the following PHP error in our log:

Undefined property: stdClass::$visibility in profile_view_field() (line 283 of .../drupal-7/modules/profile/profile.module).

I upgraded to Drupal 7.14 tonight hoping the error would go away. I still see the PHP error.

While researching I found the following similar issue opened back in '08: http://drupal.org/node/326607

Any ideas?
Anybody else have this issue?

Comments

gtaylor’s picture

I'm pretty sure that this http://drupal.org/node/1170362 is related to our issue. I'm now seeing:

Notice: Undefined index: distribution_name in drupal_install_profile_distribution_name() (line 202 of .../drupal-7/includes/install.inc).

Version: 7.14 » 7.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.