Forums / Install & configuration / Word and Webdav problem

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Word and Webdav problem

Author Message

Nicolas Lescure

Thursday 29 November 2007 10:08:05 am

Hi all,

I'm trying to use Exponential 3.9.3 webdav. The server is a Linux, and the client is Windows XP SP2.

It works great with some files : txt .ppt .xsl .zip .pdf . When I drag & drop, these files are created in a "File" object in Exponential. Perfect.

But I have some troubles with .doc or .odt. When I drag & drop the .doc file, it seems to works. I can see the file in the directory. When I refresh the screen with a "F5", the .doc file disappears. And no object has been created in Exponential.

In webdav.log, I can see the request.

Can you help me ?

Nicolas Lescure

Friday 30 November 2007 12:34:15 am

Solved.

My problem was the ezodf extension. In its upload.ini I have :

MimeUploadHandlerMap[application/octet-stream]=ezopenofficeuploadhandler
MimeUploadHandlerMap[application/vnd.oasis.opendocument.text]=ezopenofficeuploadhandler

MimeUploadHandlerMap[application/msword]=ezopenofficeuploadhandler
MimeUploadHandlerMap[application/rtf]=ezopenofficeuploadhandler

When I upload one of these document with webdav, the extension try to convert the content of the document in an Exponential object.

Deactivate it solved my problem.