• Fatal error: Call to undefined function: bloginfo() in /homepages/2/d91585894/htdocs/wordpresstest/index.php on line 4

    This is the first 15 lines of codes in the file:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
    <title>21st Century Educational System for a 21st Century Kid</title>
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

    <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>

    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please -->

    <style type="text/css" media="screen">
    @import url( <?php bloginfo('stylesheet_url'); ?> );
    </style>

Viewing 1 replies (of 1 total)
  • That usually means the code has not loaded all the files it needs before executing that file.
    Can you check all is good regarding files being there?

Viewing 1 replies (of 1 total)
  • The topic ‘I’m fully stumped on this fatal error……’ is closed to new replies.