Forum


Replies: 1   Views: 2341
Passthru : permission denied and solution
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  · 16-08-2017 - 18:53

Hello,

Although your solution works perfectly, if you don't want to change the library, you can use this line:

putenv("HOME=/tmp");

to set a custom HOME folder before using the conversion plugin.

Regards.