The problem was that tracker doesn't show content if comment module is not activated.
But tracker module doesn't require comment, so i suggest to add it as dipendence.
Bye
Iacopo

CommentFileSizeAuthor
#1 tracker_comment_0.patch1.23 KBGábor Hojtsy
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Gábor Hojtsy’s picture

Version: 5.1 » 5.x-dev
Status: Active » Reviewed & tested by the community
FileSize
1.23 KB

Well, indeed. Tracker module uses the comment tables created by comment module and the comment module constants without checking for comment module being available. The solution was to make comment.module a dependency and remove the sole module_exists('comment') from the module, which covered only a very small part of the dependency.

I fixed and committed this to 6.x, so it is ready to be committed against 5.x. Patch attached.

drumm’s picture

Status: Reviewed & tested by the community » Fixed

Committed to 5.x.

Anonymous’s picture

Status: Fixed » Closed (fixed)