I have setup a few drupal sites on the same server and I have never run across this issue. The tracker is not showing any posts and I do in fact have content on the site. The following urls yield no results or error messages:
/tracker
user/*/track

I am not sure if this is related but "track page visits" (/user/1/track/navigation) works fine.

This is probably a simple configuration issue but I am lost as to where the problem is and I have not seen any similar issue posted.

Any help is appreciated. Thanks!

Shinan

Comments

kwils0n’s picture

Do you have the comment module turned off? I am very new to using drupal, and I was having a problem with tracker not seeming to work (although it did at first). I had turned off quite a few things and I finally found a clue in the Tracker Lite description (http://drupal.org/project/trackerlite). It mentioned that Tracker depends on the presence of the comment module to work. I just tried turning the comment module back on, and now Tracker seems to be working again.

skassam’s picture

Thanks for your help. That did it. Who would have thought?

avi.wollman’s picture

i barely found this page with searching.
so for others who search
if recent posts shows no posts available, make sure to check that comment module is working.

thank you

Joaquim Uchôa’s picture

Hello, my tracker stoped the normal work last week. It shows the recent contributions, but none posted this week. If I choose to track a user, it works ok, but all contributions is only with old postings.

I see a message on the All option:

* warning: pg_query() [function.pg-query]: Query failed: ERROR: syntax error near "ON" at character 24 in /var/www/www.ginux.ufla.br/htdocs/includes/database.pgsql.inc on line 125.
* user warning: query: SELECT COUNT( DISTINCT ON (n.nid) n.nid) FROM node n WHERE n.status = 1 in /var/www/www.ginux.ufla.br/htdocs/includes/database.pgsql.inc on line 144.

But the message isn't suffient clear. I don't know, e.g., wich module is causing the problem. The erros is caused
by some query in some lost place :(.

I have a Drupal 5.1, with CCK and Liquid installed on a Gentoo Server with PostgreSQL 8.0.13, PHP 5.2.2 and Apache 2.0.58.
The site is in portuguese, here: http://www.ginux.ufla.br/tracker
Compare with this guy: http://www.ginux.ufla.br/tracker/4

Joaquim Uchôa’s picture

I solved the problem using the recent_changes module, worked very well to me...