1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Wordpress site's front and back end is blank

Discussion in 'Site & Server Administration' started by SystemicSoft, Mar 9, 2015.

  1. #1
    I have install a new site where I have used Wordpress platform.

    After installing the site, I found the site showing up noting even after login admin also showing nothing only can see the left site menu.
    Please note that I did not use any new theme, it is the same default theme of wordpress.

    Please help me
     
    SystemicSoft, Mar 9, 2015 IP
  2. TheMostCreative

    TheMostCreative Well-Known Member

    Messages:
    861
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    140
    #2
    Might be memory issue ? or a plugin issue ?
    Why not try increasing the memory limit, or disable plugins one by one and see whats causing the issue.
     
    TheMostCreative, Mar 9, 2015 IP
  3. Harvey13

    Harvey13 Active Member

    Messages:
    357
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    90
    #3
    Yes, @TheMostCreative is right. That's the way I solved this problem some months ago. I disabled all plugin one by one and detected which one was the bad one.

    P.S: If there is a blank page error you probably use a nulled theme or plugin which is not so good (maybe it is infected).
     
    Harvey13, Mar 9, 2015 IP
  4. [ET]Alexander

    [ET]Alexander Well-Known Member

    Messages:
    66
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    100
    #4
    There is a good chance that this is due to memory limitations. What hosting provider do you use? Is it s a VPS or Shared Hosting?
     
    [ET]Alexander, Mar 9, 2015 IP
  5. Hostname.club

    Hostname.club Active Member

    Messages:
    165
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    90
    Digital Goods:
    11
    #5
    You should enable debug on wp-config.php to see what was happend!
     
    Hostname.club, Mar 14, 2015 IP
  6. serialentre

    serialentre Member

    Messages:
    123
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    30
    #6
    What version of WP did you install?

    There is a bug in WordPress 3.3.1 causing the issue. It may affect other versions as well.
    To solve the issue you can update WordPress to the current stable release and do integration testing afterwards. Or you can do a quick bug fix.

    To fix the bug:
    1. Open file blog/wp-admin/includes/screen.php in your favorite text editor.
    2. On line 706 find the following PHP statement: <?php echo self::$this->_help_sidebar; ?>
    3. Replace it with the statement: <?php echo $this->_help_sidebar; ?>
    4. Save your changes.
    Hope this helps.
     
    serialentre, Mar 15, 2015 IP