Author Topic: Can't upload zip archive  (Read 4528 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Can't upload zip archive
« on: July 31, 2019, 12:36:40 PM »
Hi all, new here.
Looking for some help regarding my can't upload 120MB zip archive containing 46000 files problem.

I'm using file manager for upload, tested if regular zip would upload (with few files) and it does.
I'm uploading from user account panel. After file is uploaded it just vanishes.

I've only changed this in my global php.ini:
upload_max_filesize = 2000M
max_file_uploads = 100000

nothing else was touched.
I also have php.ini file in my user /public_html/ folder automatically generated somehow, I understand that it serves for that user only, but can I put it somewhere else?

My global php.ini file is attached:...hm, or not, I don't know how to attach file here lol...

Thanks for any help you can provide.

Offline
*
Re: Can't upload zip archive
« Reply #1 on: July 31, 2019, 03:01:23 PM »
Enable zip support in your php

Offline
*
Re: Can't upload zip archive
« Reply #2 on: August 02, 2019, 10:39:47 AM »
But it is enabled,
PHP Version 7.3.6
Zip   enabled
Zip version   1.15.4
Libzip headers version   1.5.1
Libzip library version   1.5.1

is there something else I need to do?
thanks