Forum


Replies: 6   Views: 4406
Error generating pdf file from 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 admin  · 13-11-2018 - 08:48

Hello,

After checking the server, the problem was the detailed on our first reply. To solve it, we just set a custom HOME folder

putenv("HOME=/var/www");

And set 777 access to the .config folder and all its subdirectories

$ chmod 777 -r /var/www/.config

Regards.