Active
Project:
modr8
Version:
6.x-1.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2007 at 22:58 UTC
Updated:
2 Apr 2010 at 03:13 UTC
Jump to comment: Most recent file
under admin/content/modr8 I have "1 post in moderation" even if there is no node that is marked as moderated. The only nodes I have on the test system are two "usernodes", which are not moderated. which db tables are relevant for modr8? Maybe I have some leftover from deleted nodes which causes this...
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | modr8_1node_03.gif | 2.29 KB | schnizZzla |
| #4 | modr8_1node_02.gif | 15.23 KB | schnizZzla |
| #3 | modr8_1node_01.gif | 6.35 KB | schnizZzla |
Comments
Comment #1
pwolanin commentedThe only table that is examined is the {node} table. Maybe another module is using the 'moderate' column for something?
Try running a query like
Comment #2
pwolanin commentedunless you can provide more info, I don't think this is a bug with the module
Comment #3
schnizZzla commentedIF the only table examined is the nodes table, it IS a bug:
Comment #4
schnizZzla commentedtake a look at the 3 attached images
Comment #5
schnizZzla commented3 images say more than 3 words ;-)
Comment #6
schnizZzla commentedthe first shows the drupal's admin content view
the second shows the whole node table in phpMyAdmin
the third shows the resulting bug
this is a bug on my system, this is how testing modr8 started for me...
I don't care for the "one" as long as the count of "hidden" moderated content does not increase with more nodes on the system and as long the module works fine otherwise. Earlier or later I will try to fix this on my system myself, if it's still only my problem...
schnizZzla
ps the blacked out name is just the name of my superadmin, I don't want to publish it anywhere...
Comment #7
pwolanin commentedClearly, there are no nodes in moderation.
So, here's the relevant code, and maybe the problem is in the call to format_plural(). As you can see, I hard-coded the count to zero there, but maybe I only tested this with the locale module off. This message is only displayed when there are zero posts in moderation, so the bug is really at the display level, not anything deeper.
Comment #8
schnizZzla commented"so the bug is really at the display level, not anything deeper."
I already thought that this not a bug serios bug that causes inconsistensy or something.
I'm busy with other things now, I'm going to track this issue reporting later.
Thanks so far, for the fast response.
Comment #9
schnizZzla commentedI don't know how, but it disappeared. The zombie is dead. I did not pay attention to this issue for some time, so I don't know how and why...
Comment #10
chemichon commentedHi,
I have the same thing. No node marked as moderate=1 on database, but module says I have one moderated node...
Thanks!
Comment #11
pwolanin commentedno patch, no clear indication of the bug