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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | tracker_comment_0.patch | 1.23 KB | gábor hojtsy |
Comments
Comment #1
gábor hojtsyWell, 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.
Comment #2
drummCommitted to 5.x.
Comment #3
(not verified) commented