 |
boardom b2 message board
|
View previous topic :: View next topic |
Author |
Message |
Yellagirl
Joined: 25 Jul 2004 Posts: 2
|
Posted: Sun Jul 25, 2004 8:23 am Post subject: Please help! |
|
|
Everytime I try to look at my blog, I get a 500 internal server error. I don't know what I did wrong so could someone possibly tell me what I did? Here is my code:
Quote: |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<LINK REL=stylesheet HREF="http://yellagirl.net/style.css" TYPE="text/css">
<!-- Change charset if needed(?) But please do not remove this metatag -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="reply-to" content="[email protected]" />
<meta http-equiv="imagetoolbar" content="no" />
<meta content="TRUE" name="MSSmartTagsPreventParsing" />
<link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php comments_popup_script() ?>
</head>
<body>
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<font size=1 face=trebuchet ms color=white>
<?php the_date("l.F.j.Y","<h6>","</h6>"); ?>
<p>
<?php the_content(); ?><?php link_pages("<br />Pages: ","<br />","number") ?>
<br />
Nothing left to say @ <a href="<?php permalink_link() ?>"><?php the_time() ?></a><----|||||||||----> <?php comments_popup_link("That's wh0t I said", "1t had to be said", "S%meone had to say it") ?>
</p>
<?php include ("b2comments.php"); ?><br><center>
</center>
<!-- // this is just the end of the motor - don't touch that line either -->
<?php } ?>
</body>
</html> |
Thanks |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 441 Location: Oslo, Norway
|
Posted: Tue Jul 27, 2004 10:46 am Post subject: |
|
|
Did you forget to paste the entire code or have you forgotten the extremely important first line of the page?
Should be above everything:
Code: | <?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?> |
_________________ Sigg3 dot net - because you're worth it! | b2 Cafelog Resource Center |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB 2 © 2001, 2002 phpBB Group
|