Introduction
Often times when executing a PHP script, you will run into an error related to a timeout.
This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'.
Procedure
- Log into WHM
- Navigate to "MultiPHP INI Editor"
- Select the version of PHP that your site uses
-
Increase the following variables:
- "Max Execution Time"
- Click "Apply"
- Repeat for all versions of PHP that are having a timeout error.
Depending on the error, you may need to increase the "max input time" directive from this same interface.
This directive sets the maximum time in seconds a script is allowed to parse input data, like POST, GET and file uploads.
Comments
0 comments
Article is closed for comments.