Support » Fixing WordPress » Home Page Blank

  • Dear All,

    My website http://www.ashwinibagga.in was running perfectly. Today i tried to open it but it display a blank page. I tried deactivating all plugins, but no result.

    I have also tried changing the home page, but nothing is happening. There are few other details about my website

    1. Theme – Evolve latest version (tried changing theme also)

    2. if you open any other folder let’s say http://www.ashwinibagga.in/blog then it is running. The problem arising only when I try to access through my domain.

    3. The site is hosted on GoDaddy. Please let me know what is troubling.

    Thanks and Regards!

    Ashwini

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi, @ashwinibagga. A blank screen is typically an indication of an underlying PHP error, so try setting WP_DEBUG to true in your wp-config.php file, to see if any error(s) show up on the page then.

    Another possibility for locating any errors is to look in your server’s error logs, to see what’s being reported there.

    Once you’re able to find the related error message, you can share it here so we can try to help you interpret it.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    It seems to be working now. Did you change anything?

    Thread Starter ashwinibagga

    (@ashwinibagga)

    Hey Sterndata,

    Just checked, not working still as yet.

    Girliework, I wpuld implement your suggestion. I believe, this should not be the case. I dint change any code.

    The site was running earlier, but all of a sudden collapsed without doing anything.

    Tks!

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Yeah, sorry, I was looking at the /blog page

    I get a 200, not 500 on the home page, but it might be worth checking for a PHP error by enabling wp_debug and wp_debug_log

    https://codex.wordpress.org/WP_DEBUG

    then check wp-content/debug.log

    Thread Starter ashwinibagga

    (@ashwinibagga)

    Hello girlieworks and sterndata,

    The WP_DEBUG didn’t displayed any error. Then I installed the Debug Bar plugin to check.

    I came across the following warning:

    WARNING: D:\Hosting\7859385\html\AuthorAshwini\wp-content\themes\evolve\custom-css.php:1205 – getimagesize(pattern_8.png) [function.getimagesize]: failed to open stream: No such file or directory
    require(‘D:\Hosting\7859385\html\AuthorAshwini\wp-blog-header.php’), require_once(‘D:\Hosting\7859385\html\AuthorAshwini\wp-includes\template-loader.php’), include(‘D:\Hosting\7859385\html\AuthorAshwini\wp-content\themes\evolve\page.php’), get_header, locate_template, load_template, require_once(‘D:\Hosting\7859385\html\AuthorAshwini\wp-content\themes\evolve\header.php’), wp_head, do_action(‘wp_head’), call_user_func_array, wp_enqueue_scripts, do_action(‘wp_enqueue_scripts’), call_user_func_array, evolve_styles, require_once(‘D:\Hosting\7859385\html\AuthorAshwini\wp-content\themes\evolve\custom-css.php’), getimagesize

    And surprisingly the said image is present in:

    wp-content\themes\evolve\library\media\images\pattern folder.

    How to check, whether the custom-css.php is referring to the same file or somewhat other.

    Please assist.

    Thanks!

    Check file permissions for those files to see if that’s the issue for your blank site.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Home Page Blank’ is closed to new replies.