Sometimes hosting providers memory limit and timeout limit is not enough to import demo data or even to install theme. At this article we will learn how to increase memory limits to be able import demo data and work with theme comfortable and easy way.

If you have issues with theme installation or with importing demo data, there can be some kind of reasons, based on your hosting or software configurations. Main reasons list:

  • Your WordPress should be upto date
  • Your PHP version should be compatible with your WordPress version
  • Your hosting memory limit and timeout limit should be enough to install theme and import demo data

Instructions about menory limit increase. You should check your php.ini configurations at your server/hosting. Ninzio team recommends to change these options in your php.ini file:

max_input_vars (default is 1000) set to 3000
post_max_size (default is “8M”) set to 1024M
upload_max_filesize (default is “2M”) set to 64M
max_execution_time (default is “30”) set to 180
max_input_time (default is “-1”) set to 180
memory_limit (default is “128M”) set to 2048M

If you don’t have access to your php.ini file, ask your hosting/server provider, they should configure it for you