Forum


Replies: 2   Views: 1930
Error while trying to open the (base) template as a zip file
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  · 28-04-2020 - 15:32

Hello,

Please check you have copied all files included in the package and they have read access. The default base template is available in the templates folder of the package.

We also recommend you to extract the trial package and test the included samples standalone using PHP CLI mode to check if the library is working correctly on your server or it returns some error due to some missing extension or setup.

Also, note that as you are using IIS you may need to set a custom temp folder: in config/phpdocxconfig.ini, but if it contains blank spaces, you need to wrap it using single quotes:

temp_path = "'F:/applications/Removed for protection/dev-danny/tmp'"

Regards.