• Resolved seo4u

    (@seo4u)


    I’ve edit file index.php with dw, txt, cpanel (my host) OS Win 7, win xp, linux, mac… show one white page:

    <?php
    /**
    * Front to the WordPress application. This file doesn’t do anything, but loads
    * wp-blog-header.php which does and tells WordPress to load the theme.
    *
    * @package WordPress
    */

    /**
    * Tells WordPress to load the WordPress theme and output it.
    *
    * @var bool
    */
    define(‘WP_USE_THEMES’, true);

    /** Loads the WordPress Environment and Template */
    require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );

    domain:
    https://www.foodici.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    White screens of death will occur due to code errors. Even though the white screen may appear on the homepage, this does not mean the index.php file is the cause and you’ll want to make sure to look at other possibilities as well.

    Enable WordPress debugging and display error and see if any errors appear in the place of the white screen.

    Learn more here: https://codex.www.ads-software.com/Debugging_in_WordPress

    Try disabling all plugins and activating a default WordPress theme.

    If your hosting provider allows you access to SSH you can use the WP-CLI tools to manage plugins and themes. Using the WP-CLI tool you can sometimes be provided error messages that do not show themselves as easily by other means.

    Learn more here: https://wp-cli.org/

    Hope you find this helpful. If error notices show up after enabling debugging please let us know what they are!

    Thread Starter seo4u

    (@seo4u)

    I’ve uploaded Wp 4.31, 3.8, 2.9 always the same problem; I have uploaded an html website, it’s okay; I uploaded joomla 2.5 (sorry just to try …) the same problem of Wp, so I thought the problem was my host, I opened a ticket. My host had disabled some features. Now everything is ok
    Thanks for tecnical support

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘white page require( dirname( __FILE__ ) . '/wp-blog-header.php' );’ is closed to new replies.