Internal backup in recent versions - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Development (https://discussions.corebos.org/forumdisplay.php?fid=18) +--- Forum: coreBOS Development (https://discussions.corebos.org/forumdisplay.php?fid=4) +--- Thread: Internal backup in recent versions (/showthread.php?tid=541) |
Internal backup in recent versions - Guido1982 - 12-27-2016 I've noticed internal backup is no longer working in a recent version. Before I investigate: have there been any changes to this functionality? RE: Internal backup in recent versions - joebordes - 12-27-2016 Try the latest version. Last Thursday, another community member called my attention to the fact that the module export functionality was not working. I found that there was some problem with the dzZip/dzUnzip libraries being used so I migrated all that code to native PHP zip functionality in order to use a maintained (secure) and fast compressing functionality. Let me know how it goes. |