Recommended PHP Configuration Limits

Many issues you may run into such as; white screen, demo content fails when importing, empty page content, changing skin problems and other similar issues are all related to low PHP configuration limits. The solution is to increase the PHP limits.

You can do this on your own. Simply login to cPanel and click on the MultiPHP INI Editor icon.  Adjust the settings accordingly.

  • max_execution_time 180
  • memory_limit 128M
  • post_max_size 64M
  • upload_max_filesize 64M
  • max_input_time 60
  • max_input_vars 3000

Also consider upgrading your PHP version to the latest version, the newer the better. Click on the MultiPHP Manager in cPanel to upgrade.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Do you want to learn WordPress?

Don't waste your time on boring tech books or searching YouTube. WPBeginner's WordPress...

How to access the WordPress admin account?

WordPress is a CMS software with an easy to access admin account and a simple to manage blog...

How to Install a Plugin in WordPress?

You can install a plugin in WordPress in several ways. The best way to install a plugin is to use...

How to Manually Install a Plugin in WordPress?

The automatic installation of a plugin is easy, and you can also install on manually. It will...

How to Deactivate and Delete a Plugin in WordPress?

If your plugin is not in use or you wish to deactivate it, you can do this from the WordPress...