PDA

View Full Version : Can not make it work


abbiati50
08-25-2007, 10:49 PM
Good day -
ive just purchased the tdsearch script and install in my server -

problem is i can not make it work - - i get mysql error and when search no results are returned -

i attach an image for you to see !

thanks for your help !
ray

Winston
08-26-2007, 02:23 AM
Check that the table you want to search is set to a MyISAM table. If not, use phpMyAdmin to change the table to a MyISAM table.

abbiati50
08-26-2007, 09:39 AM
Dear Winston;
good day and thanks for your kind help !

yes - the table is a MYIsam -
the problem is that configuration of the config file is not as easy as it look - and i can not configure as it should be done - therefore i can not make it work !

basically i need somebody that at least configure the file for me - so i can have a look and understand how the configuration is done !

all i need to do is to make the search engine - search for a table called 'files'

this table include 2 fields among many - called: names and file

that is where all the names of the files uploaded into rapidfile.net server by the users are stored - - and need the search engine to search for those.

ray

abbiati50
08-26-2007, 10:42 AM
Dear Winston;
good day - again !

ive managed to make it work - but still got a little problem :

you can see it here direct from the url:

http://www.rapidfile.net/tdSearch/tdSearch.php

what ive to do to sort that out ?

tx
ray

Winston
08-26-2007, 04:23 PM
In the tdSearch.php file add the following:

$ind_name_list = array();

Before the following:

$start = utime();

abbiati50
08-26-2007, 04:32 PM
Thanks Winston !

work well now !

ray :D