• rwlee2

    (@rwlee2)


    Site is dev2.cindiyeager.com

    I’ve been working to figure out the bug on why the page isn’t rendering. Admittedly, I’m not a programmer, so this is baby steps for me in terms of finding the answer. I’ve never seen a problem like this before.

    I’ve installed and re-installed WP hoping that would fix the issue – but it has not. Any help on where I can start is appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are you using a particular theme that the issue occurs in?

    Thread Starter rwlee2

    (@rwlee2)

    Not that I’m aware of. I downloaded and used a theme from http://www.rockettheme.com (which I’ve never had problems with before, albeit using Joomla themes). Also, I seem to get a similar problem with the standard/basic themes that come with the WordPress install.

    I’ve tried using the forums at RT, but the geeks over there weren’t of much assistance. 😉 I got told to use debug, but that sent me to coding language I couldn’t understand.

    I guess the more specific question is, what steps can I go through to identify the problem in a general sense?

    Phil

    (@owendevelopment)

    Looks like the header.php is messed up as this is the first few lines output:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
    <head> </head>
    <body <gantry:bodytag="">
    <gantry:header>
    >

    There’s an extra > in there too which outputs on the page. Aside from that, it looks like there is no CSS stylesheet hence why it’s raw HTML.

    Thread Starter rwlee2

    (@rwlee2)

    Thank you, sir! I’ll get to working on fixing that and then if I have further questions come back for more! That’s a huge help though…thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Problem with Code?’ is closed to new replies.