Viewing articles tagged 'php'

Diagnosing an HTTP 500 Internal Server Error An HTTP 500 response indicates that the server encountered an unexpected condition that prevented... Diagnosing a Blank or Partially Loaded Web Page A blank or incomplete page often means the request started but failed before the application... Diagnosing PHP Upload Failures and Size Limits PHP uploads are constrained by several settings. The effective upload limit can be lower than... Diagnosing a PHP Memory Exhausted Error A PHP “Allowed memory size … exhausted” error means the script attempted to allocate more memory... Diagnosing a PHP Maximum Execution Time Error A maximum execution time error occurs when a PHP request exceeds its configured execution-time... Diagnosing a PHP Version Compatibility Problem Applications, plugins, and themes can require a minimum PHP version or fail on a version they do... Diagnosing Large Imports That Fail in the Browser Large imports can hit several independent limits: browser/proxy timeouts, PHP upload size, POST... Diagnosing the WordPress “There Has Been a Critical Error” Message The WordPress critical-error message means a fatal error prevented WordPress from completing the... What Is MultiPHP Manager in cPanel? MultiPHP Manager lets you view and change the PHP version used by eligible hosted domains.... How to Change a Domain PHP Version in MultiPHP Manager To change an eligible domain's PHP version: Open MultiPHP Manager.Select the desired... Understanding PHP-FPM in MultiPHP Manager On servers configured to expose PHP-FPM controls, MultiPHP Manager can show or manage the PHP-FPM... How to Change PHP Settings with MultiPHP INI Editor Basic Mode MultiPHP INI Editor changes PHP configuration for the home directory or a selected domain. Open... How to Use MultiPHP INI Editor Editor Mode Editor Mode exposes the PHP configuration as text and is intended for advanced changes. Open... Understanding Common PHP Limits in cPanel Common PHP directives influence how much data and processing time a PHP request can use.... How to Reset Custom PHP INI Settings If custom PHP directives cause problems, return the affected configuration to a known baseline....
« Back