Closed (duplicate)
Project:
Spam
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Dec 2008 at 21:50 UTC
Updated:
28 Dec 2010 at 23:21 UTC
On the comments moderation page, I have a bunch of spam messages waiting in my queue. I select some spam messages and try "mark the selected comments as spam," and click update, but nothing happens. I check the logs and there is nothing there. Any idea what's causing the problem?
Comments
Comment #1
jeremy commentedAll bulk operations appear to be broken on that page. Reviewing now.
Comment #2
jeremy commentedThis was caused by some an anti-looping kludge. While I've not dove into the looping, I enhanced it so that we can perform multi-node operations (which were being detected as looping).
Fix committed to the 5.x and 6.x branches.
Comment #4
miss-susan commentedHey, I just downloaded and installed the lasted development snapshot, and I don't believe this fixed the problem. Can somebody run through and test again?
Also, in v3.0 beta1, if I have comments in the approval queue that I want to mark as spam, clicking "mark the selected comments as spam" doesn't do anything. This is different from trying to mark published comments as spam. When I try to mark multiple published comments as spam, only the first one is marked.
Let me know if you need more details on anything. Awesome module otherwise!
(Sorry if I wasn't supposed to reopen the issue this way, I don't have a lot of experience with the bug tracking system)
Comment #5
gnassar commentedJust to make sure: you're testing on Drupal 5.x?
Comment #6
jeremy commentedI'm unable to duplicate -- and, I recommend upgrading to Drupal 6 as that's where our primary development efforts are focused. Closing issue as it works in my testing, feel free to re-open if you're still having a problem.
Comment #8
grndlvl commentedI also had this same issue. It seemed to be a combination of 1 the anti-looping kludge keeping from marking more than 10 comments as spam from the "published" queue and comments were completely unable to be marked as spam from the approval queue. I have provided a patch that excludes the call from the comment_admin_overview form.
Fix for loop for comment_admin_overview form
Fix for comments not being able to be marked as spam from the approval queue.
Comment #9
gnassar commentedThis is already fixed in the more recent 5.x-3.x-dev build. That is probably the one that should be used instead of the currently published beta1.
Comment #10
alberto56 commentedHi there,
I'm reopening this thread because I'm getting this problem with spam 6.x-1.0.
- Activate spam and all filters
- Receive a bunch of spam
- Go to content/comment/approval
- Select any number of messages (1 or all)
- Select "Mark the selected comments as spam" in the operations list, then submit
- A green message appears: "The update has been performed."
- However, and this is unexpected, the selected messages remain in the approval queue, and the list admin/content/comment/list/spam is empty (No comments available.)
- There is nothing at all in admin/reports/dblog
Cheers,
Albert.
Comment #11
alberto56 commentedHi again, I'm confirming that the above scenario happens even on a brand new Drupal 6.19 installation with only the spam module enabled (no filters).
Comment #12
gnassar commentedDuplicate of #670764: Moderated comments marked as spam not in spam queue.