Control Web Panel

WebPanel => Installation => Topic started by: Cyril on January 27, 2019, 05:53:49 AM

Title: How to increase max_execution_time?
Post by: Cyril on January 27, 2019, 05:53:49 AM
Hi, previously GTMAN  (https://goo.gl/6frTR1) helped us setting the following configs for individual users

Code: [Select]
upload_max_filesize = 64M
post_max_size = 125M
memory_limit = 512M
max_input_time = 120
max_execution_time = 120
max_input_vars = 10000
max_input_time = 400

However, Wordpress still notifies us the following error:

        'max_execution_time' parameter on your hosting/server is 60 seconds, 120 seconds recommended

After confirming in phpinfo(); we're pretty sure we have max_execution_time on 120 already

(https://i.ibb.co/2PrydLS/Hz6-ATu-Gj-RVO6iw-KONHtq1-A.png)

also duplicated .user.ini in wp-admin still doesn't help

(https://i.ibb.co/nckwhb5/UYRe-DQ2x-QNu4-P0-Tjk-V6im-Q.png)

Is there anywhere else we could set max_execution_time  to 120?
Title: Re: How to increase max_execution_time?
Post by: Cyril on January 29, 2019, 01:39:11 AM
Hi anyone have an idea please?