Multifox

Multifox

Requirements for Theme

Estimated reading: 2 minutes 260 views

Server Requirements

We have tested our theme in most standard hosting setups. Anyhow, make sure your hosting server matches the following requirements.

  1. Latest version of WordPress 5.3 or higher installed,
  2. PHP 5.6 or higher and MySQL 5 or higher,
  3. We recommend to enable mod_rewrite module (If not enabled sometimes pages or posts will result in bad gateway error),

Hosting is more secure when PHP applications, like WordPress, are running using your account’s username instead of the server’s default shared username (www or www-data). The most common way for hosting companies to do this is using PHP. Just ask your potential host if they run PHP or something similar.

Recommended PHP Configuration Limits

Many issues that you may run into such as: white screen, demo content fails when importing, empty page content 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:

  • Maximum Execution Time (max_execution_time) should be atleast 600 ( max_execution_time 600)
  • Maximum Input Vars (max_input_vars) should be atleast 5000( max_input_vars 5000 )
  • Memory Limit (memory_limit) should be atleast 256MB ( memory_limit 256M)
  • Post Maximum Size (post_max_size) should be atleast 64MB ( post_max_size 64M )
  • Upload Maximum file size (upload_max_filesize) should be atleast 128MB (upload_max_filesize 128M)
CONTENTS