hi, i've installed 2.7.1 on my server and found the problem which many user encounter, the white pages after installation.
i dug a little deeper in the problem, and found this.
comment out line 318 on wp-settings.php
and wordpress will load, but http.php won't be loaded and now you get the wp_remote_post() error when refreshing the pages.
so i think there is a problem with the http.php file in 2.7 which is causing the problems of the white page loading and wp_remote_post() error loading. can anybody confirm this, thanks
freshgear
Member
Posted 3 years ago #
i am having this problem too.. white page after installation. what could be the problem?
hawkesley
Member
Posted 3 years ago #
I have just installed 2.7.1 in a local environment and get white pages.
Is this confirmed as a bug?
not a bug
white pages are indicative of php errors or low php memory
turn on php error reporting to see what the error is
may need host to bump php memory to 32M or better
it's http.php what's is causing the problem of the white pages, i don't get any error's just plain white pages even with php error reporting on.
when i comment out line 318 on wp-settings.php, i get errors. so the problem isn't the low memory, it's set to 32M here.
i'll setup 2 subdomains to do some further testing when i get home.
here is my error log
does someone know how this is happening