PhpDig.net

Go Back   PhpDig.net > PhpDig Forums > Troubleshooting

Reply
 
Thread Tools
Old 12-06-2003, 11:30 AM   #1
wahinkto
Green Mole
 
Join Date: Dec 2003
Location: Texas
Posts: 3
Question 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
wahinkto is offline   Reply With Quote
Old 12-06-2003, 11:49 AM   #2
Rolandks
Purple Mole
 
Rolandks's Avatar
 
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-
Rolandks is offline   Reply With Quote
Old 12-06-2003, 11:53 AM   #3
wahinkto
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','');
wahinkto is offline   Reply With Quote
Old 12-06-2003, 11:54 AM   #4
Charter
Head Mole
 
Charter's Avatar
 
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.
Charter is offline   Reply With Quote
Old 12-06-2003, 12:01 PM   #5
wahinkto
Green Mole
 
Join Date: Dec 2003
Location: Texas
Posts: 3
Thanks that worked.
wahinkto is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

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 05:09 AM
improved robot_functions.php for 1.8.7 blueyed Mod Submissions 0 01-27-2005 03:06 AM
robot_functions.php gunwalt Troubleshooting 3 02-09-2004 01:04 AM
Indexing errors: related to robot_functions.php Canadian Troubleshooting 2 12-31-2003 10:24 PM


All times are GMT -8. The time now is 07:45 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.