Hi,
no, the new version did not really solve the problem.
After installing 1.9.2, I ran deleteOldRevisions (no table prefix selected on install). It actually found 2 revisions (out of appr. 600+). But those were not purged: "0 inactive items found."
Quite obviously, the following code (in deleteOldRevisions.inc and purgeOldText.inc)
$res = $dbw->query( "SELECT ........... NOT IN ( $set )" ); while( $row = $dbw->fetchObject( $res ) ) { $old[] = $row->....;
is not working. $set is 'loaded' with valid values, $res delivers an ID, but §old is always empty. And I have absolutely no idea, why.
Help ;-)
Thanks in advance, zaydo
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l