I saw some similar posts but haven't been able to resolve this on my ubuntu server:
Error:
Warning: copy(/home/webmaster/websites/jrmpllc/htdocs/wordstuff/LoanNarrativeTemplate.docx): failed to open stream: Permission denied in /home/webmaster/libraries/phplibs/thirdparty/phpdocx-pro-4.0/classes/CreateDocx.inc on line 633
Code:
replaceVariableByText(array('Approval_Level' => 'Joe Musseman'));
$docx->createDocx('/home/webmaster/websites/jrmpllc/htdocs/wordstuff/Loan_Narrative_Template23',$tempDir = '/home/webmaster/websites/jrmpllc/htdocs/wordstuff');
echo 'hi';
?>
Thanks for any help!!