View Single Post
Old 12-01-2004, 01:29 AM   #1
sofos
Green Mole
 
Join Date: Dec 2004
Posts: 5
Question Win 98 + Easyphp & binary problem

Hello,
has some one managed to set up pdf indexation with Win 98 + EasyPHP (PHP Version 4.3.3) + latest phpdig + "pdftotext" binary ??
Difficult to check up with the advised "checklist", it seems that the php function "is_executable" doesnt work on php 4.3.3 (?)

I get this :


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

Is result test an array: 1
What is result test status: HTML
Use is executable is set to: 1
Index the pdf is set to: 1
Parse the pdf is set to: C:\Web\cgi-bin\pdftotext.exe
Does parse pdf exist: 1

Fatal error: Call to undefined function: is_executable() in c:\web\www\phpdig\admin\robot_functions.php on line 963


And if I cut this line (to see whats going on next), it goes to :


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

Is result test an array: 1
What is result test status: HTML
Use is executable is set to: 1
Index the pdf is set to: 1
Parse the pdf is set to: C:\Web\cgi-bin\pdftotext.exe
Does parse pdf exist: 1
Doublon avec un document existant
1:http://localhost/Documentation/Revues/
(temps : 00:00:06)
+
niveau 1...


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: 1
Index the pdf is set to: 1
Parse the pdf is set to: C:\Web\cgi-bin\pdftotext.exe
Does parse pdf exist: 1

Command is: C:\Web\cgi-bin\pdftotext.exe -cork ../admin/temp/62981782.tmp2>&1
Result contains: Array ( )
Return value is: 0

2:http://localhost/Documentation/Revues/Lisezmoi.pdf
(temps : 00:00:18)

Pas de liens dans la table temporaire


Thank's for your help ....
sofos is offline   Reply With Quote