Did You Know?

Stay Ahead In Digital Economy

Requirement

Author: admin 474 views

Recommended PHP Configuration Limits

Many issues that you may run into such as; white screen, demo content fails when importing, empty page content, max execution time error, memory limit error, upload max filesize error 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, or contact your web host and ask them to increase those limits to a minimum as follows:

  • max_execution_time = 600
  • memory_limit = 256M
  • post_max_size = 32M
  • upload_max_filesize = 32M
  • max_input_time = 300
Loading...