Forum


Replies: 1   Views: 2700
How to configure the libre office plugin correctly?
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  · 31-10-2017 - 05:43

Hello,

You only need to set rw access to the .config folder of the home folder. For example if you are using /var/www as home folder, you need to set rw access to the user that runs the web server to /var/www/.config.

About your command, you don't need to change phpdocx, you can set a custom home folder using the putenv function. For example to set it to /tmp:

putenv("HOME=/tmp");

Regards.