[imp] wvWare problem again

Anil Madhavapeddy anil@recoil.org
Sun, 22 Jul 2001 15:23:41 +0100


> I've tried both from IMP, as well as using them both
> from the command line.  Via IMP, they both produce a blank
> page.  From the command line, they both work normally.

Could you apply this patch that dumps the return value of the driver?
Is the output blank, or do you get a message stating ``Unable to
translate this Word document'' ?

Index: msword.php
===================================================================
RCS file: /cvs/horde/horde/lib/MIME/Viewer/msword.php,v
retrieving revision 1.4
diff -u -r1.4 msword.php
--- msword.php  2001/07/14 13:30:24     1.4
+++ msword.php  2001/07/22 14:07:55
@@ -41,6 +41,7 @@
             $data .= $rc;
         }

+var_dump($data);
         return $data;
     }