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?