Recommended PHP Configuration Limits

All of our server requirements are minimal and are recommended by WordPress team .

Many issues that you may run into such as; white screen, demo content fails when importing, empty page and other similar issues are all related to low PHP configuration limits.  

First please check that you are using   version php 5.5  > 

The solution is to increase the PHP limits.
You can do this on your own .
Find the php.ini file in your Server config files.
For WAMP, its in apache2/bin/apache2.2.22/bin/php.ini
Go to the line “max_execution_time=30” .
Change it to 360  or any other large value.

Contact your web host and ask them to increase those limits to a minimum as follows

  1. max_execution_time 360
  2. memory_limit 128M
  3. post_max_size 32M
  4. upload_max_filesize 32M

If you get the error CURL error 28 then you will need to talk to your host provider to request they allow the server to call URLs in CURL with PHP.

Theme still not working. I see white screen or other .

Theme still not working. I do not see footer site

Theme still not working. I use third party modules

Demo content work but images not import

Demo content not work. I see 404 page

Yes it works, I’m happy

Was this article helpful?

Related Articles