Comment Closer troubles
Submitted by dmt on Tue, 2009-01-27 20:32
The comment closer has been locking old forum threads. It is not supposed to do that; the module is set to skip the forums when locking down old threads. Maybe it happened before the configuration was set that way. After looking through the module and the node table to see what it did, I fixed the problem with one line of SQL: update node set comment=2 where type='forum';
We'll see if it happens again.


Still having trouble. Updated
Still having trouble. Updated to a new version of comment closer and set it to run daily so we'll see soon enough if the problem still exists.