View Single Post
Old 04-11-2004, 03:06 PM   #9
greener_02445
Green Mole
 
Join Date: Apr 2004
Posts: 8
Indexing problem

My apologies Charter for replying to your previous thread.
I have had made some progress. That is I can get phpdig to see and identify my files , read the titles but not read them ... no green check mark
my config:
define('USE_IS_EXECUTABLE_COMMAND','0');
define('PHPDIG_INDEX_MSWORD',true);
define('PHPDIG_PARSE_MSWORD','C:\\catdoc\\catdoc');
define('PHPDIG_OPTION_MSWORD','-s 8859-1');
define('PHPDIG_INDEX_PDF',true);
define('PHPDIG_PARSE_PDF','C:\\pdftotext\\pdftext');
define('PHPDIG_OPTION_PDF','-cork');
define('PHPDIG_INDEX_MSEXCEL',true);
define('PHPDIG_PARSE_MSEXCEL','C:\\catdoc\\xls2csv');
define('PHPDIG_OPTION_MSEXCEL','');
define('PHPDIG_PDF_EXTENSION','.txt');

Here is the output when I try and index a excel, word, and pdf file :

Is result test http an array: 1
What is result test http status: MSEXCEL

Is result test an array: 1
What is result test status: MSEXCEL
Use is executable is set to: 0
Index the pdf is set to: 1
Parse the pdf is set to: C:\pdftotext\pdftext
Does parse pdf exist:

Is result test an array: 1
What is result test status: MSEXCEL
Use is executable is set to: 0
Index the msword is set to: 1
Parse the msword is set to: C:\catdoc\catdoc
Does parse msword exist:

Is result test an array: 1
What is result test status: MSEXCEL
Use is executable is set to: 0
Index the msexcel is set to: 1
Parse the msexcel is set to: C:\catdoc\xls2csv
Does parse msexcel exist:
3:http://localhost/testfiles/Book1.xls
(time : 00:00:21)

Is result test http an array: 1
What is result test http status: MSWORD

Is result test an array: 1
What is result test status: MSWORD
Use is executable is set to: 0
Index the pdf is set to: 1
Parse the pdf is set to: C:\pdftotext\pdftext
Does parse pdf exist:

Is result test an array: 1
What is result test status: MSWORD
Use is executable is set to: 0
Index the msword is set to: 1
Parse the msword is set to: C:\catdoc\catdoc
Does parse msword exist:

Is result test an array: 1
What is result test status: MSWORD
Use is executable is set to: 0
Index the msexcel is set to: 1
Parse the msexcel is set to: C:\catdoc\xls2csv
Does parse msexcel exist:
4:http://localhost/testfiles/GFP.doc
(time : 00:00:26)

Is result test http an array: 1
What is result test http status: PDF

Is result test an array: 1
What is result test status: PDF
Use is executable is set to: 0
Index the pdf is set to: 1
Parse the pdf is set to: C:\pdftotext\pdftext
Does parse pdf exist:

Is result test an array: 1
What is result test status: PDF
Use is executable is set to: 0
Index the msword is set to: 1
Parse the msword is set to: C:\catdoc\catdoc
Does parse msword exist:

Is result test an array: 1
What is result test status: PDF
Use is executable is set to: 0
Index the msexcel is set to: 1
Parse the msexcel is set to: C:\catdoc\xls2csv
Does parse msexcel exist:
5:http://localhost/testfiles/GeneChips.pdf
(time : 00:00:31)
No link in temporary table

If anyone can tell me what I am missing please drop me a reply
-Rich
greener_02445 is offline   Reply With Quote