Hey there,
I recognized a really strange bug. I'm developing a custom extension for Espo for importing invoices. I packed it on Linux with:
and uploaded the created ZIP file to the server. I got a 500 error "Bad Server Response".
If I pack the same files with windows, with the native packer or 7zip, everything works fine. 7zip for Linux isn't working too.
Is this my fault (can I pack the zip another way)? Or can you fix something?
Thank you,
Dennis
I recognized a really strange bug. I'm developing a custom extension for Espo for importing invoices. I packed it on Linux with:
Code:
zip -r extension.zip .
If I pack the same files with windows, with the native packer or 7zip, everything works fine. 7zip for Linux isn't working too.
Is this my fault (can I pack the zip another way)? Or can you fix something?
Thank you,
Dennis
Comment