Forum


Replies: 1   Views: 3705
Difference between development and production
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 codepotato  · 06-04-2017 - 10:49

I've got everything working perfectly on development, as soon as I push to our live server, when generating a html file I receive this error

 

[2017-04-06 10:45:42] production.ERROR: ErrorException: ZipArchive::close(): Failure to create temporary file: No such file or directory in /home/forge/project/app/Libraries/phpdocx/Classes/Phpdocx/Utilities/DOCXStructure.inc:138

 

I've changed the temporary directory in the ini file to /home/forge/project/storage

Tried leaving it blank, just can't get it to create.

 

anyone able to shed any light?