View Single Post
Old 08-20-2004, 04:31 PM   #25
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Okay, try this. In robot_functions.php find:
PHP Code:
     || $result_test['status'] == 'MSWORD' && PHPDIG_INDEX_MSWORD == true && file_exists(PHPDIG_PARSE_MSWORD) && $is_exec_command_msword 
and change it to:
PHP Code:
     || $result_test['status'] == 'MSWORD' && PHPDIG_INDEX_MSWORD == true && $is_exec_command_msword 
and also change:
PHP Code:
define('PHPDIG_PARSE_MSWORD','C:\\\\appserv\\\\www\\\\catdoc\\\\catdoc.exe'); 
back to:
PHP Code:
define('PHPDIG_PARSE_MSWORD','C:\\\\appserv\\\\www\\\\catdoc\\\\catdoc'); 
Work now?
__________________
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