there is a problem in latest beta 1.2.0 when using site rebuild, it doesn't seem to set timestamp (field is NULL) for DupeDirs.db.
as a quickfix you can set a default timestamp for those entry using the following SQL lines in an sqlite editor.
UPDATE DupeDirs
SET TimeStamp = '0'
WHERE TimeStamp IS NULL
Last edited by zonp_; 05-13-2008 at 07:38 AM.
|