I was upgrading my Drupal 6 site to Drupal 7, and it was okay, except the following error in navigation block area:

• Notice: Undefined property: stdClass::$comment_count in tracker_page() (line 52 of C:\wamp\www\Drupal\modules\tracker\tracker.pages.inc).
• Notice: Undefined property: stdClass::$type in tracker_page() (line 62 of C:\wamp\www\Drupal\modules\tracker\tracker.pages.inc).
• Notice: Undefined property: stdClass::$title in tracker_page() (line 63 of C:\wamp\www\Drupal\modules\tracker\tracker.pages.inc).

Does anyone have an idea about this?

link|improve this question
feedback

closed as too localized by kiamlaluno Mar 28 at 18:03

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.