-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Unsupported operand types: array & float #200
Comments
Yes, it seems so: files_zip/lib/Service/ZipService.php Line 110 in 7dffa3f
In the zip mode that is built into |
What a pity. Many hosts serving NC still run on 32 bit OS. For me therefore this was a "okay, great app but not working so uninstalled & bye" conclusion unfortunately. |
Actually looking again this may have been fixed when the ZipStreamer dependency was upgraded. That didn't happen until after your report (except in the initial v29 release). At this point all current maintenance releases of Nc Server v28-v30 should have the fix from DeepDiver1975/PHPZipStreamer#11 in place. If you're able, I'd be interested in your feedback if it works without this error now for you. If not, I'll do a PR to at least force zip32 mode on 32-bit systems. Note to self (if 32-bit seems to be working again): revert 44c7531 |
I tried to test it by re-enabling the app and patching Interestingly right after re-enabling the app (prior to patching the file) old notifications from the tests back then came up again: Anyway, after patching But: then I reverted the changes in No idea if some kind of caching is in place here or something has been fixed in the last months (this issue is ooooooold, isn't it?) - currently running NC v28.0.11 and Zipper v2.1.0, but this is what I've experienced. And yes, the 5 minutes wait is completely annoying - especially when you're waiting (like during testing but also in every day use) for it. |
After trying to create a ZIP archive from a folder name "@ABCTEST2024", the creation process fails. Same for other attemps with a) a single file and b) a set of single files.
ZIP files are created, but empty (size of 0 KB).
Let me know which information is needed. Does this app rely on 64 bit OS maybe?
By the way needing to wait for the cron run is a big downside of this app (5 minutes can be a long time).
Why not start instantly with creation, especially when there's a ZIP queue and no other progress is running currently?
The text was updated successfully, but these errors were encountered: