• My blog https://www.lovepaintedhere.com is not loading at all. It began a few days ago, every once in awhile when I would try to load the page or to post, a blank page would result. No error message–just all white. I have not added any plug-ins or changed anything in the permanent code (just in the themes template–and that it only to add links or categories). I validated the page and it said it wasn’t valid and there was an error in line 1. I don’t understand what that means and what I have to do to fix this. It has gotten progessively worse. If I made some wrong change, wouldn’t it have just stopped loading immediately instead of progressively getting worse? I’ve submitted a ticket to my host site (simplehost) and they haven’t responded. Please help if you can. It seems others are having this issue but I haven’t seen a fix for it. Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • If it is intermittent, it is probably a server setting.
    I think the server is sending some characters when it should not and this is breaking things.

    Have a look at your header template and check that the very very first thing there is not whitespace.

    Thread Starter poetdiva

    (@poetdiva)

    Thank you, but I can’t look at the header template, because I can’t get into the admin panel at all. Can I see the header template on my files on the server and fix it there? Sorry, I am really new at this.

    You could download it by ftp ?
    It’ll be in the wp-content/themes/name-of-theme/
    directory.

    Thread Starter poetdiva

    (@poetdiva)

    ok thanks so much ??

    Thread Starter poetdiva

    (@poetdiva)

    This was at the top of the header file…

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml”&gt;

    <head profile=”https://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />

    <title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>

    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>

    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <?php wp_get_archives(‘type=monthly&format=link’); ?>

    <?php wp_head(); ?>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blog is a blank page/admin interface also blank’ is closed to new replies.