Forum


Replies: 2   Views: 3331
Pro version generating corrupt docx
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 shroom  · 10-12-2015 - 20:32

The problem has something to do with the live server (located at Hostmonster).

I copied the trial phpdocx installation to the live server and the problem still exists.  What works perfect on the dev server does not work on the live server, even though all the files are identical.

Here is the results of /check.php from the DEV server:

PHP_VERSION: 5.5.23
PHP_OS: WINNT
PHP_UNAME: Windows NT BRAIN2 6.2 build 9200 (Windows Server 2012 Standard Edition) AMD64
SERVER_NAME: xxxxxxxxxxxxxx
SERVER_SOFTWARE: Apache/2.4.12 (Win64) OpenSSL/1.0.1m PHP/5.5.23
SERVER_ADDR: xxx.xxx.xxx.xxx
SERVER_PROTOCOL: HTTP/1.1
HTTP_HOST: xxxxx.xxx
HTTP_X_FORWARDED_FOR: 
PHP_SELF: /phpdocx/check.php
ZipArchive: 1
DomDocument: 1
SimpleXMLElement: 1
Tidy: 1

 

Here is the results of /check.php from the LIVE server:

PHP_VERSION: 5.4.43
PHP_OS: Linux
PHP_UNAME: Linux host168.hostmonster.com 3.12.49-35.ELK6.x86_64 #1 SMP Fri Oct 9 18:26:47 CDT 2015 x86_64
SERVER_NAME: xxxxx.xxx
SERVER_SOFTWARE: Apache
SERVER_ADDR: xxx.xxx.xxx.xxx
SERVER_PROTOCOL: HTTP/1.1
HTTP_HOST: xxxxx.xxx
HTTP_X_FORWARDED_FOR: 
PHP_SELF: /phpdocx/check.php
ZipArchive: 1
DomDocument: 1
SimpleXMLElement: 1
Tidy: 1

Do you have any ideas what I need to check/change?

Thanks.