[code]Warning: copy(example_text.docx) [function.copy]: failed to open stream: Permission denied in /home/forceccp/public_html/phpdocx_free/classes/CreateDocx.inc on line 1215[/code]
I confirmed that the script is writing to the /tmp folder (echo $this->_tempDir) in the root of the webserver. I tried different permission on this folder (755, 775, 777) to no avail.
I also confirmed with my webhost that all requirements are fulfilled.
Any thoughts? TIA