Forums

white pages after installing fresh 2.7.1, possible bug found (7 posts)

  1. sybold
    Member
    Posted 3 years ago #

    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

  2. freshgear
    Member
    Posted 3 years ago #

    i am having this problem too.. white page after installation. what could be the problem?

  3. 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?

  4. Samuel B
    moderator
    Posted 3 years ago #

    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

  5. sybold
    Member
    Posted 3 years ago #

    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.

  6. sybold
    Member
    Posted 3 years ago #

    Got the 2 test sub-domains up.
    server info
    1.
    with require (ABSPATH . WPINC . '/http.php');
    commented out in wp-setting.php.

    2.
    with require (ABSPATH . WPINC . '/http.php'); as installed in wp-settings.php

    1. is showing up errors, pretty normal since i commented out the line of http.php
    2. is having the white page problem.

  7. sybold
    Member
    Posted 3 years ago #

Topic Closed

This topic has been closed to new replies.

About this Topic