![]() |
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 |
Do you have enable to parse "MSWORD", "MSEXCEL" or "PDF" in config.php ?
Config.php Line 98 ff: define('PHPDIG_INDEX_MSWORD',false); .... -Roland- |
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',''); |
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. ;) |
Thanks that worked.
|
All times are GMT -8. The time now is 09:29 AM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.