I found a bug:
C:\xampp\htdocs\xibo\lib\data\layout.data.class.php
line 1753 should read
$result = $zip->open($fileName, ZIPARCHIVE::CREATE | ZIPARCHIVE::OVERWRITE);
That’s fine if it’s definitely working for you. Neither Dan nor I have an issue, nor is there any issue on the Spring Signage platform with this so I’d like to get some more feedback before we rolled it in to 1.7.4?
I will read up on it when I get to the bug and see if that is the appropriate thing to do - as far as I know the overwrite flag should already incorporate the create flag
What php version are you using on your production servers and development system?
(Another source from moodle, referencing the same post https://tracker.moodle.org/browse/MDL-18431)
Thanks. When Dan gets to looking at that bug I’m sure he now has what he needs. Further reports of the patch working on Windows and/or not breaking Linux based installs welcome however.