Hello,
I have a 3.11 (git v.3.11.19) install running in a linux container as microsoft azure web app. php version 8.1.
In project prperties, the export functions are not working (offline zip, archive zip, deployment zip). When the buttons are clicked nothing happens.
However, bootstrap templates can be exported (both deployment and archive zips).
I have looked through the forum and made sure of the following -
php zip extension module is enabled
ini settings are -
upload_max_filesize="50M"
post_max_size="52M"
upload_tmp_dir is set to /home/site/wwwroot/tmp
I have also updated the export.php file as suggested here -
www.xerte.org.uk/index.php/en/forum/bugs...-zip-stopped-working
running in development mode produces the following in debug.php when clicking 'get offline zip' -
2024-04-08 10:59:47 /home/site/wwwroot/modules/xerte/export.php130Temporary zip file is : /tmp/xerteExportVdypjK
2024-04-08 10:59:47 /home/site/wwwroot/library/Xerte/Zip/Native.php42Welcome
2024-04-08 10:59:47 /home/site/wwwroot/website_code/php/xmlInspector.php261Trying to simplexml_load_file : /home/site/wwwroot/USER-FILES/2003-sqkw68-Nottingham/template.xml
2024-04-08 10:59:47 /home/site/wwwroot/modules/xerte/export.php156Deployment archive
2024-04-08 10:59:47 /home/site/wwwroot/modules/xerte/export.php172 use html5
2024-04-08 11:00:11 /home/site/wwwroot/library/Xerte/Zip/Native.php67Adding index.htm (from: /home/site/wwwroot/USER-FILES/2003-sqkw68-Nottingham//index.htm) to zip
2024-04-08 11:00:11 /home/site/wwwroot/website_code/php/scorm/scorm_library.php499Zipping up:
2024-04-08 11:00:11 /home/site/wwwroot/library/Xerte/Zip/Native.php67Adding xttracking_scorm2004.3rd.js (from: /home/site/wwwroot/USER-FILES/2003-sqkw68-Nottingham//xttracking_scorm2004.3rd.js) to zip
2024-04-08 11:00:11 /home/site/wwwroot/library/Xerte/Zip/Native.php67Adding xttracking_scorm1.2.js (from: /home/site/wwwroot/USER-FILES/2003-sqkw68-Nottingham//xttracking_scorm1.2.js) to zip
....... (many more zipped files) .......
2024-04-08 11:00:16 /home/site/wwwroot/library/Xerte/Zip/Native.php67Adding apiwrapper_2004.3rd.js (from: /home/site/wwwroot/USER-FILES/2003-sqkw68-Nottingham//apiwrapper_2004.3rd.js) to zip
2024-04-08 11:00:16 /home/site/wwwroot/library/Xerte/Zip/Native.php67Adding apiwrapper_1.2.js (from: /home/site/wwwroot/USER-FILES/2003-sqkw68-Nottingham//apiwrapper_1.2.js) to zip
then nothing, back to -
2024-04-08 11:00:18 /home/site/wwwroot/website_code/php/database_library.php177Running : SELECT * FROM sitedetails
So i am a little stumped, any help would be greatly appreciated. Very happy to provide any additional info required. Thank you for Xerte and all that you do to support the community.