Abandoning new walk. Test query `.........................................................................counselor.' f

Post Reply
mykim
Posts: 5
Joined: Mon Mar 15, 2004 1:41 pm

Abandoning new walk. Test query `.........................................................................counselor.' f

Post by mykim »

I searched this message board and found a posting with the similar problem at http://thunderstone.master.com/texis/ma ... 4141abb715. I tried the suggestion, removing \Keywords; and I also downloaded the latest dowalk and webinatoradmin scripts. However, the problem remains.

Please help.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Abandoning new walk. Test query `.........................................................................counselor.' f

Post by mark »

Did you do a new walk after getting the latest scripts?
What does the walk settings page show for version at the top right?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Abandoning new walk. Test query `.........................................................................counselor.' f

Post by mark »

p.s.
Removing Keywords was specific to the other poster who had customized their index to not include Keywords. Do not remove Keywords.
mykim
Posts: 5
Joined: Mon Mar 15, 2004 1:41 pm

Abandoning new walk. Test query `.........................................................................counselor.' f

Post by mykim »

I did the new walk before and after getting the latest script but the problem wasn't solved.

The version says "Webinator 4.4.17-Unix-w/plugin."
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Abandoning new walk. Test query `.........................................................................counselor.' f

Post by mark »

Oh, version 4. That's no longer being maintained as of May 2004. In verifynewdb change
<sql max=1 "select Word + '.' tquery from xhtmlbodv"></sql>
to
<sql max=1 "select Word + '.' tquery from xhtmlbodv where Word like '/>>=[\alpha\x80-\xff]='"></sql>
Or skip the verify by placing
<return "ok">
as the first line after
<a name=verifynewdb private cont=N>
mykim
Posts: 5
Joined: Mon Mar 15, 2004 1:41 pm

Abandoning new walk. Test query `.........................................................................counselor.' f

Post by mykim »

Thanks. I added <return "ok"> and it fixed the problem.
Post Reply