PDA

View Full Version : ioA SITE SERCH problem


Tajger
03-10-2004, 04:46 PM
Hi

i have a problem with serach cmd
i want it to search from log, but i only get this msg:

-[Search]-----------------------------------------------
Unable to read search logfile
1 match to your criteria
-------------------------------------------------[ioA]-

it seems like it don't want to create a search.log file

i have entered all the line's in
ioa.cfg and ioftpd.ini

thnx in advance :)

btw, i use ioA 1.1.2 and ioBanan 1.9 and latest ioFTPD

WarC
03-10-2004, 04:49 PM
Log is created by scheduler

from manual of ioA:
10. If you want to use Search from log make it recreate that:
searchlog = 0 0 * * EXEC ..\ioA\ioA.exe SEARCHLOGCREATE

Tajger
03-10-2004, 04:57 PM
aah oki thnx :)
there is no raw cmd ? so i can force the log to be created ?

neoxed
03-10-2004, 05:23 PM
Originally posted by Tajger
aah oki thnx :)
there is no raw cmd ? so i can force the log to be created ?

Just create a SITE command for it...

[FTP_Custom_Commands]
searchlog = EXEC ..\ioA\ioA.exe SEARCHLOGCREATE

Tajger
03-10-2004, 06:02 PM
Aaaah thnx u guys :) works perfect now :)
greets fly out to u ppl :)
really g00d shit u made here :)

kub3n
01-16-2006, 03:12 AM
Just create a SITE command for it...

[FTP_Custom_Commands]
searchlog = EXEC ..\ioA\ioA.exe SEARCHLOGCREATE

I have doing all this but one probbs.. my search.log file is empty
what should i do ?

WarC
01-16-2006, 11:36 AM
after you done the sitecommand just run it from ftpclient: site searchlog
this is for first time to test it only. it should be created via scheduler as stated some posts up in this thread. If its still empty after you run site command, its bad config so check ioa.debug

EwarWoo
01-16-2006, 05:03 PM
I had a site where this was happenning and I struggled for ages to try and find the solution, turned out I had the path to ioA wrong in the scheduler line, I forgot to change to path I used when pasting it in.
Point being, its easy done, and hard to spot cos we dont check the obvious, so check all your paths are correct :)

nazcov
05-25-2006, 10:06 AM
hi, i figured id post in here, sorry if im doing it wrong.

but i have a problem, i have set include_files at 0 so i thought it only show rel dir in the search, but it doesnt, is there any way to make that happen? :)

Thanks

WarC
06-04-2006, 06:16 AM
hmm you mean that even if include_files are 0 it saves filenames also in searchlog? or if not using log as output

nazcov
06-04-2006, 09:47 AM
Yeah something like that heh,

When i search the site, it shows all the files inside the dir, i want it only to show the dir's - If thats possible :)

Bams3
08-09-2006, 11:03 AM
Just do another searchlogcreate and rehash and it should work. Not sure if u need to close ioftpd inbetween.