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?