Forum


Replies: 9   Views: 3968
Writing permissions
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 lamalama  · 17-06-2015 - 14:54

The problem is resolved as follows: Within the copy function at /phpdocx/classes/CreateDocx.inc on line 3346 we had to adjust the $filename. We had to prefix the $filename with the absolute path to the tmp folder. We also had to do this at /phpdocx/classes/CreateDocx.inc on line 3403 and on /phpdocx/classes/CreateDocx.inc on line 3404 The last thing we have to fix is repairing the unlink functions on lines 3350 and 3355