The tracker module died on my installation. This after I upgraded from 4.5.0 to 4.5.2
I ran the upgrade script and this corrected the count of the comments in the nodes properly. But when I started to add more nodes after the upgrade I noticed that the tracker simply doesn't update. It's stuck.
To correct this I had to copy the tracker.module file I have in my previous installation. Now it is updating properly but I'm basically using a 4.5.2 installation with the tracker.module of the 4.5.0
So the fun is that with the new tracker.module of the 4.5.2 the comments count finally updates properly but only it. If I create a node and this node doesn't receive comments, it doesn't appear in the tracker, as if it was never posted. It does appear only in the case someone writes a comment to it. While the 4.5.0 version doesn't update the comment count but at least shows in the tracker when a new node is created...
-HRose / Abalieno
Hello,
this is actually a very small change, as far as I can see it is only the adding of a status = 0.
see
http://cvs.drupal.org/viewcvs/drupal/drupal/modules/tracker.module?r1=1.100%...
Gordon.
* Abalieno (abalieno@cesspit.net) wrote:
The tracker module died on my installation. This after I upgraded from 4.5.0 to 4.5.2
I ran the upgrade script and this corrected the count of the comments in the nodes properly. But when I started to add more nodes after the upgrade I noticed that the tracker simply doesn't update. It's stuck.
To correct this I had to copy the tracker.module file I have in my previous installation. Now it is updating properly but I'm basically using a 4.5.2 installation with the tracker.module of the 4.5.0
So the fun is that with the new tracker.module of the 4.5.2 the comments count finally updates properly but only it. If I create a node and this node doesn't receive comments, it doesn't appear in the tracker, as if it was never posted. It does appear only in the case someone writes a comment to it. While the 4.5.0 version doesn't update the comment count but at least shows in the tracker when a new node is created...
-HRose / Abalieno
-- [ Drupal support list | http://lists.drupal.org/ ]
!DSPAM:41ed9dd5157661487961415!
Okay, that fix works and now the tracker module updates again. But we are back at the first problem, the comment count is broken again.
There isn't a way to make both work?
-HRose / Abalieno
Hello,
this is actually a very small change, as far as I can see it is only the adding of a status = 0.
see
http://cvs.drupal.org/viewcvs/drupal/drupal/modules/tracker.module?r1=1.100%...
Gordon.
- Abalieno (abalieno@cesspit.net) wrote:
The tracker module died on my installation. This after I upgraded from 4.5.0 to 4.5.2
I ran the upgrade script and this corrected the count of the comments in the nodes properly. But when I started to add more nodes after the upgrade I noticed that the tracker simply doesn't update. It's stuck.
To correct this I had to copy the tracker.module file I have in my previous installation. Now it is updating properly but I'm basically using a 4.5.2 installation with the tracker.module of the 4.5.0
So the fun is that with the new tracker.module of the 4.5.2 the comments count finally updates properly but only it. If I create a node and this node doesn't receive comments, it doesn't appear in the tracker, as if it was never posted. It does appear only in the case someone writes a comment to it. While the 4.5.0 version doesn't update the comment count but at least shows in the tracker when a new node is created...
-HRose / Abalieno
On Thu, 20 Jan 2005 22:36:45 +0100, Abalieno abalieno@cesspit.net wrote:
Okay, that fix works and now the tracker module updates again. But we are back at the first problem, the comment count is broken again.
There isn't a way to make both work?
See the patch in http://drupal.org/node/15500.
On Thu, 20 Jan 2005 22:36:45 +0100, Abalieno abalieno@cesspit.net wrote:
Okay, that fix works and now the tracker module updates again. But we are back at the first problem, the comment count is broken again.
There isn't a way to make both work?
See the patch in http://drupal.org/node/15500.
-- Tim Altman
Yes, that patch still has the original bug. If I approve and publish a comment it shows on the node but the homepage still states that there are no comments for that node.
-HRose / Abalieno