Hosting requirements for installation and use of products

Make sure that you are using the correct PHP settings on your web server

Before you purchase a product on the website, make sure that your hosting meets the following minimum requirements:

  • Web server based on Apache or NGINX with 128MB of RAM
  • PHP version 5.6, 7.0 or 7.2
  • MySQL version 5.6+ or MariaDB version 10.0+
  • Apache module mod_rewrite

To avoid getting errors during the installation of the product, make sure that you are using the correct PHP settings on your web server:

max_execution_time = 600;
max_input_vars = 5000;
memory_limit = 256M;
post_max_size = 128M;
upload_max_filesize = 128M;
👆 You’re all caught up