Archived topic
Clean WordPress installation, white screen
6 replies · Started by Jeroen on October 5, 2021
Hi,
I have installed a new WordPress installation on my server. I then installed Elementor + Contact Form 7, which was needed for the demo. After installing the demo, I get a white screen.
So I followed the manual of Elementor to enable Safe Mode, as suggested by GeneratePress.
Then I started debugging on my clean WordPress installation. https://elementor.com/help/debugging-safe-mode/
I followed every step. I still have a white screen.
What's next?
Hi there,
first thing to check is the PHP memory limit of your server. You can see this in Dashboard > Tools > Site Health >>> Info tab >>> Server.
You will want at least 256meg - i generaelly build with 768meg and reduce down if feasible.
Hi David,
Thanks a lot for your reply.
I have these:
PHP max input variables 1000
PHP time limit 30
PHP memory limit 40M
PHP memory limit (only for admin screens) 256M
Max input time 60
Upload max filesize 2M
PHP post max size 8M
Which one should be increased?
Thanks in advance!
These are my minimum settings:
PHP max input variables 4000
PHP time limit 1200
PHP memory limit 256M ( this is for frontend and Admin )
Max input time 600
Upload max filesize 300M
PHP post max size 1000M
When using heavier plugins such as Elemnetor i generally increase PHP memory limit to 768M
Thanks a lot, David. That worked out for me.
Resolved!
Glad to hear that!