Old 05-13-2008, 05:58 AM   #1
sablord
Junior Member
 
Join Date: Feb 2004
Posts: 11
Default site dupe Error

Code:
05-12-2008 12:44:07 "..\scripts\nxTools\nxDupe.tcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
expected integer but got ""
    while executing
"clock format $values(TimeStamp) -format {{%S} {%M} {%H} {%d} {%m} {%y} {%Y}} -gmt [IsTrue $misc(UtcTime)]"
    invoked from within
"DirDb eval "SELECT * FROM DupeDirs WHERE DirName LIKE '$pattern' ESCAPE '\\' ORDER BY TimeStamp DESC LIMIT $limit" values {
        incr count
       ..."
    (procedure "SiteDupe" line 14)
    invoke
I hope someone can help me.
sablord is offline   Reply With Quote
Old 05-13-2008, 07:04 AM   #2
zonp_
Junior Member
 
Join Date: May 2008
Posts: 2
Default

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.
zonp_ is offline   Reply With Quote
Old 05-13-2008, 07:35 AM   #3
sablord
Junior Member
 
Join Date: Feb 2004
Posts: 11
Default

Thx for this Tip
sablord is offline   Reply With Quote
Reply

Tags
desc, escape, format, limit, timestamp

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 10:31 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)