studius Posted January 3, 2018 Posted January 3, 2018 Hello, I am using ClipBucket, a Softaculous script I downloaded through the cPanel Softaculous Scripts Installer. However, after setting it up, in the admin area I am receiving a notification telling me: You must update "Server Configurations". When I tried to troubleshoot with the official ClipBucket website, it tells me that I must make certain modifications to PHP such as the following new settings: max_execution_time = 7500 (must be at least 7200)post_max_size = 100M (must be at least 50M)upload_max_filesize = 100M (must be at least 50M)memory_limit = 100MRight now, the max_execution time is 30, post_max_size is 32M, and upload_max_filesize is also 32M. The memory_limit is fine. Please advise on how I should proceed. Thanks!
wolstech Posted January 3, 2018 Posted January 3, 2018 All of those are intentionally limited to prevent abuse. The max_upload attributes shouldn't really affect you since nobody's going to be uploading pictures larger than 32MB anyway. You'd run out of disk space. We will not increase max_execution_time since it allows scripts to generate too much load and crash the server. Any script needing more than 30 seconds to run is kind of pointless anyway. Most users are gone within the first 5-10 seconds if a page isn't done loading.
studius Posted January 3, 2018 Author Posted January 3, 2018 (edited) Hello, Thanks for the info! I guess this means I can safely ignore the messages then. Edited January 3, 2018 by studius
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now