My user tracker page just gave me this error:


    Notice: Undefined property: stdClass::$comment_count in tracker_page() (line 55 of /var/www/drupal.org/htdocs/modules/tracker/tracker.pages.inc).
    Notice: Undefined property: stdClass::$type in tracker_page() (line 65 of /var/www/drupal.org/htdocs/modules/tracker/tracker.pages.inc).
    Notice: Undefined property: stdClass::$title in tracker_page() (line 66 of /var/www/drupal.org/htdocs/modules/tracker/tracker.pages.inc).
    Notice: Undefined property: stdClass::$last_activity in tracker_page() (line 69 of /var/www/drupal.org/htdocs/modules/tracker/tracker.pages.inc).

and showed a blank row for a node, which it says is by Anonymous and last updated 43 years 10 months ago.

I *suspect* this is the tracker trying to show me an issue node which I created not long ago, but somehow not managing to have the actual node to show in the output.

Might this be another instance of #2125703: Issue list not up-to-date?

Comments

Kjartan’s picture

jthorson’s picture

Priority: Critical » Major

Visible php notice, but if I understand correctly, it's intermittent/not easily reproduced and not affecting everyone. Downgrading to major (or maybe even normal).

If you can reproduce this, can you provide some more detail as to the exact URL where it was triggered?

joachim’s picture

My user tracker -- https://drupal.org/tracker/107701.

But hasn't reoccurred since.

tvn’s picture

Status: Active » Postponed

Were you able to reproduce the error since the original report?

joachim’s picture

Status: Postponed » Closed (cannot reproduce)

Nope, this hasn't happened again since.

kumartoday’s picture

The problem still exists. The code needs to be debugged.

jbiechele’s picture

I could reproduce the problem in my project. There was a node in table {node_acess} which no longer existed. After performing "Rebuild permissions" the problem has disappeared.

Code in tracker.pages.inc before line 55 should check if the collected nodes exist and are complete node objects.