Auto logout when uploading files  [SOLVED]

Locked
User avatar
martins
Posts: 30
Joined: Mon 18. Nov 2019, 13:32

Auto logout when uploading files

Post 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
User avatar
Alexander
Keyweb AG
Posts: 3810
Joined: Wed 20. Jan 2016, 02:23

Re: Auto logout when uploading files  [SOLVED]

Post 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.
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Locked