Page 1 of 1

Auto logout when uploading files

Posted: Thu 5. Nov 2020, 03:05
by martins
Hello there,,

I tried to upload a ZIP file with the size of 80M via File Manager, but failed and the panel keeps logged out automatically. For the files below 70M are work fine.
I also tried to setup PHP configuration on the user like below:

Code: Select all

max_execution_time=300
post_max_size=100
upload_max_filesize=100
but the change didn't take effect on upload message board, which is still in default

Code: Select all

 'Maximum file size: 64.00 MB / Total: 70.00 MB' 
Is there any other way to change the PHP preferences to meet the clients need? Or am I miss something?

Thank You very much!

*sorry for my English

Re: Auto logout when uploading files  [SOLVED]

Posted: Thu 5. Nov 2020, 09:14
by Alexander
Hello,

One need to update PHP settings of the "keyhelp" user (who is running the KeyHelp UI), which are located here:

Code: Select all

/etc/php/<PHP_VERSION>/fpm/pool.d/keyhelp.conf/
A reload of the PHP-FPM daemon is required afterwards.