Forum


Replies: 2   Views: 3894
Issue for enable headless mode
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 jdespatis  · 13-10-2014 - 10:51

I've had the same problem as you My problem came from the fact that 2 files in phpDocx install were common files, instead of being symbolic links: ./lib/openoffice/openoffice.org/basis3.4/ure-link => ./lib/openoffice/openoffice.org/ure/ ./lib/openoffice/openoffice.org3/basis-link => ./lib/openoffice/openoffice.org/basis3.4/ => It would be a nice improvement to add some checks of those files (to be really symlinks), in the script check.php provided by phpDocx It would save some search time I would say...