[imp] wvHtml && IMP 3.1 = FALSE
Steve Stavropoulos
steve@math.upatras.gr
Tue Nov 5 21:04:27 2002
I have Horde 2.1 / IMP 3.1 installed in a RedHat 7.3 server and is
working great! Now I tried to get horde to use wvHtml (version 0.7.2)
for displaying word documents and the only thing I get is a blank page
when I click in the Filename of the attached .doc inside IMP. The logs
doesn't show anything suspicious. horde.log shows nothing. Any ideas?
The changes in mime_drivers.php are: (uncommented the 'msword' and the
$mime_drivers['horde']['msword'] stuff)
--- mime_drivers.php.dist Tue May 7 14:38:08 2002
+++ mime_drivers.php Tue Nov 5 19:52:41 2002
@@ -20,8 +20,8 @@
*/
$mime_drivers_map['horde']['registered'] = array(
- 'php', 'tgz', 'vcard', 'enriched'
- // ,'msword', 'msexcel', 'mspowerpoint'
+ 'php', 'tgz', 'vcard', 'enriched', 'msword'
+ // ,'msexcel', 'mspowerpoint'
// ,'enscript', 'rar', 'zip', 'rpm', 'deb'
);
@@ -186,15 +186,15 @@
*/
/* Location of the wvHtml binary. */
-// $mime_drivers['horde']['msword']['location'] = '/usr/bin/wvHtml';
-// $mime_drivers['horde']['msword']['inline'] = true;
-// $mime_drivers['horde']['msword']['handles'] = array(
-// 'application/msword',
-// 'text/rtf',
-// 'x-extension/doc',
-// 'x-extension/rtf');
-// $mime_drivers['horde']['msword']['icons'] = array(
-// 'default' => 'msword.gif');
+$mime_drivers['horde']['msword']['location'] = '/usr/local/bin/wvHtml';
+$mime_drivers['horde']['msword']['inline'] = true;
+$mime_drivers['horde']['msword']['handles'] = array(
+ 'application/msword',
+ 'text/rtf',
+ 'x-extension/doc',
+ 'x-extension/rtf');
+$mime_drivers['horde']['msword']['icons'] = array(
+ 'default' => 'msword.gif');
/**
More information about the imp
mailing list