View Single Post
Old 04-11-2004, 04:25 PM   #11
greener_02445
Green Mole
 
Join Date: Apr 2004
Posts: 8
Reading, indexng not searchable yet

O.k. Now it seems to be reading things in
changed the locations in the config to

define('PHPDIG_PARSE_MSWORD','C:\\catdoc\\catdoc.exe');
define('PHPDIG_PARSE_PDF','C:\\pdftotext\\pdftext.exe');
define('PHPDIG_PARSE_MSEXCEL','C:\\catdoc\\xls2csv.exe');

and it seems to be reading them in, but I still do get the green check? and it's indexing but this is some of the output for the excel and pdf files:

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.exe
Does parse pdf exist: 1

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.exe
Does parse msword exist: 1

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.exe
Does parse msexcel exist: 1

Command is: C:\pdftotext\pdftext.exe -cork ../admin/temp/44266892.tmp
Result contains: Array ( )
Return value is: 1

3:http://localhost/testfiles/GeneChips.pdf
(time : 00:00:21)

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.exe
Does parse pdf exist: 1

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.exe
Does parse msword exist: 1

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.exe
Does parse msexcel exist: 1

Command is: C:\catdoc\xls2csv.exe ../admin/temp/72672312.tmp
Result contains: Array ( )
Return value is: 1

4:http://localhost/testfiles/Book1.xls
(time : 00:00:26)

No link in temporary table
greener_02445 is offline   Reply With Quote