Forum


Replies: 8   Views: 4438
Word error message when opening document
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 21-05-2015 - 07:53

Hello, We've checked your document. At the top we see this info: Array ( [0] => Item.id [1] => Item: Id [2] => integer ) Array ( [0] => Item.title_en [1] => Item: Title (en) [2] => text ) ... That is not part of a DOCX document. It seems your code is adding a var_dump. Please it and remove that var_dump; also as test try running your script using the CLI mode to avoid external issues (such as web servers or mime type server). Regards.