|
12-06-2003, 12:30 PM | #1 |
Green Mole
Join Date: Dec 2003
Location: Texas
Posts: 3
|
Need help with robot_functions.php
I keep geeting this error message and need some help.
SITE : http://www.wattstewart.us/ Exclude paths : - @NONE@ Fatal error: Call to undefined function: is_executable() in C:\internet\cometc\search\admin\robot_functions.php on line 633 I am running Apache 2 and php4 on a windows xp machine. Please help |
12-06-2003, 12:49 PM | #2 |
Purple Mole
Join Date: Sep 2003
Location: Kassel, Germany
Posts: 119
|
Do you have enable to parse "MSWORD", "MSEXCEL" or "PDF" in config.php ?
Config.php Line 98 ff: define('PHPDIG_INDEX_MSWORD',false); .... -Roland- |
12-06-2003, 12:53 PM | #3 |
Green Mole
Join Date: Dec 2003
Location: Texas
Posts: 3
|
No I dont have any of those enabled. Here is what they look like.
define('PHPDIG_INDEX_MSWORD',false); define('PHPDIG_PARSE_MSWORD','/usr/local/bin/catdoc'); define('PHPDIG_OPTION_MSWORD','-s 8859-1'); define('PHPDIG_INDEX_PDF',false); define('PHPDIG_PARSE_PDF','/usr/local/bin/pstotext'); define('PHPDIG_OPTION_PDF','-cork'); define('PHPDIG_INDEX_MSEXCEL',false); define('PHPDIG_PARSE_MSEXCEL','/usr/local/bin/xls2csv'); define('PHPDIG_OPTION_MSEXCEL',''); |
12-06-2003, 12:54 PM | #4 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Hi. PhpDig 1.6.4+ has an option in the config file to bypass is_executable.
define('USE_IS_EXECUTABLE_COMMAND','1'); Just set that to zero.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
12-06-2003, 01:01 PM | #5 |
Green Mole
Join Date: Dec 2003
Location: Texas
Posts: 3
|
Thanks that worked.
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fatal error: Cannot unset string offsets in /admin/robot_functions.php on line 833 | Headie | Troubleshooting | 0 | 08-23-2006 06:09 AM |
improved robot_functions.php for 1.8.7 | blueyed | Mod Submissions | 0 | 01-27-2005 04:06 AM |
robot_functions.php | gunwalt | Troubleshooting | 3 | 02-09-2004 02:04 AM |
Indexing errors: related to robot_functions.php | Canadian | Troubleshooting | 2 | 12-31-2003 11:24 PM |