View Single Post
Old 06-19-2006, 11:32 AM   #1
sepult
Green Mole
 
Join Date: Jun 2006
Posts: 4
pdf indexing blocks when spidering

Hi,

First, congratulations for PhpDig !

So i've installed phpdig v.1.8.9 RC1 on my localhost. All is ok.
I would like to index pdf file.
I've added the 3 part of code in "read me before..."

When i try to index pdf files, it blocks at "echo is_executable" line, see commentar :

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 : D:\phpdig\ext\pdftotext.exe
Does parse pdf exist :

It blocks here, with no result.

I think the command is_executable doesn't work. Because it run on a windows server, i've tried to change the value
define('USE_IS_EXECUTABLE_COMMAND','0'); in config file

Could you please help me.
THX

Last edited by sepult; 06-19-2006 at 11:33 AM. Reason: wrong title
sepult is offline   Reply With Quote