February 20, 201214 yr Hi, I was upgrading my Drupal 6 to Drupal 7, and it was Ok 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). Anyone has any idea about this? Thanks for response.
March 28, 201214 yr Hi, I was upgrading my Drupal 6 to Drupal 7, and it was Ok 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). Anyone has any idea about this? Thanks for response. If the upgrade went ok, (after a bit of sweating I would guess!) then I would not worry at all about this. As a bit of advice though, I notice that your modules seem to be in the drupal root modules directory. To make things a simpler process for the future you need to make sure your modules, themes and files all exist in your sites/all directory. Then before you upgrade, make a copy of your "sites" folder. Then after the upgrade you can copy your "sites" folder back into the drupal root directory. This ensures all your custom modules, themes and files stay intact and the same as before the upgrade.
Create an account or sign in to comment