Использую простую библиотеку для объедения docx документов в один. https://github.com/krustnic/DocxMerge
Библиотека без проблем работает на локалке и на хостинге бегет.
Но у клиента хостинг timeweb и там ни как не могу использовать ее.
Ошибка следующая:
DocxMerge\libraries\TbsZip ERROR with the zip archive: Signature of Central Directory Header #1 (file information) expected but not found at position 9253 (h:2425).
DocxMerge\libraries\TbsZip ERROR with the zip archive: Signature of Central Directory Header #2 (file information) expected but not found at position 9299 (h:2453).
DocxMerge\libraries\TbsZip ERROR with the zip archive: Signature of Central Directory Header #3 (file information) expected but not found at position 9345 (h:2481).
DocxMerge\libraries\TbsZip ERROR with the zip archive: Signature of Central Directory Header #4 (file information) expected but not found at position 9391 (h:24af).
DocxMerge\libraries\TbsZip ERROR with the zip archive: Signature of Central Directory Header #5 (file information) expected but not found at position 9437 (h:24dd).
DocxMerge\libraries\TbsZip ERROR with the zip archive: Signature of Central Directory Header #6 (file information) expected but not found at position 9483 (h:250b).
DocxMerge\libraries\TbsZip ERROR with the zip archive: Signature of Central Directory Header #7 (file information) expected but not found at position 9529 (h:2539).
DocxMerge\libraries\TbsZip ERROR with the zip archive: Signature of Central Directory Header #8 (file information) expected but not found at position 9575 (h:2567).
DocxMerge\libraries\TbsZip ERROR with the zip archive: Signature of Central Directory Header #9 (file information) expected but not found at position 9621 (h:2595).
DocxMerge\libraries\TbsZip ERROR with the zip archive: Signature of Central Directory Header #10 (file information) expected but not found at position 9667 (h:25c3).
DocxMerge\libraries\TbsZip ERROR with the zip archive: File "word/_rels/document.xml.rels" is not found in the Central Directory.
DocxMerge\libraries\TbsZip ERROR with the zip archive: File "word/document.xml" is not found in the Central Directory.
DocxMerge\libraries\TbsZip ERROR with the zip archive: File "[Content_Types].xml" is not found in the Central Directory.
DocxMerge\libraries\TbsZip ERROR with the zip archive: File "word/_rels/document.xml.rels" is not found in the Central Directory.
DocxMerge\libraries\TbsZip ERROR with the zip archive: File "word/document.xml" is not found in the Central Directory.
DocxMerge\libraries\TbsZip ERROR with the zip archive: File "[Content_Types].xml" is not found in the Central Directory.
Как я понял, что не получается docx распаковать.
Версии php совпадают, 5.6.
На timeweb поддержка ни как не помогает. Пишет скажите какой модуль и настройку надо включить, сделаем.
Zlib Compression везде есть.
Вот phpinfo timeweb
Вот phpinfo beget