View previous topic :: View next topic |
Author |
Message |
Colleen7814
Joined: 24 Oct 2003 Posts: 8
|
Posted: Wed Nov 26, 2003 10:03 am Post subject: Error out of nowhere... |
|
|
My blog was working fine. I went to view it and it isn't working. I use header.php and footer.php to bring it all together in index.php
Now index.php won't load anything so when I type is header.php in my broswser I get this error
Quote: | <link rel="alternate" type="application/rdf+xml" title="RDF" href="
Fatal error: Call to undefined function: bloginfo() in /home/suddentw/public_html/header.php on line 11 |
That line is this Code: | <link rel="alternate" type="application/rdf+xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" /> |
Everything was going fine, this error is out of nowhere. Can someone please help me solve this? Thank you.
Colleen |
|
Back to top |
|
 |
kristal
Joined: 27 Jun 2002 Posts: 17
|
Posted: Wed Nov 26, 2003 3:46 pm Post subject: |
|
|
if you take out that line, or manually put in the link to the rdf file, I bet that will go away - looks like it can't find the function bloginfo() anywhere in the b2 function files. |
|
Back to top |
|
 |
|