Cant create zip file from filemanager

Hello, I’m trying to zip my wordpress site (about 200MB) from filemanager but after 5min the process stops with a message “unknown error”. If i zip smaller folders/files which require less than 5min to create the zip file, everything works fine. I set the max_execution_time to 1200 for php but nothing changed. So how can i deal with this issue?
thanks

“We” use hestia-php for zip operations and it un affected by the general php.ini config.

Known issue it is so slow.

ok, it is slow but is it possible to increase the execution_time to about 10 or 15mins so as to give the necessary time to hestia-php to create the zip file?

1 Like

You can modify /usr/local/hestia/php/etc/php-fpm/php-fpm.conf how ever it will get overwritten during each update of hestia-php

1 Like

A better way would be improving zip function like we did with uncompress

1 Like

That makes a lot of sense.

Check this filegator post. i think its relevant

1 Like

Issues with any filemanger:

  1. We connect it over ssh to prevent any issues with permissions how ever this makes it slower
  2. Webpanel runs currently under the admin user. So any files uploaded to /home/user/ will get admin permissions if we use local
  3. Hestia-php runs with less memory / processes and php is not the most optimal unzip / zip system

Option would be something link v-compress-file/folder with bash and make a implementation based of this.

2 Likes

v-zip-file
v-unzip-file
v-export-db
v-import-db

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.