View previous topic :: View next topic |
Author |
Message |
imaginarylight
Joined: 20 Apr 2004 Posts: 6
|
Posted: Wed Apr 21, 2004 10:40 pm Post subject: help? it's not working |
|
|
here's my site www.toxic-eyes.net/emily and the blog should show up on the right side.
here's my code:
Code: |
<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?>
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<?php the_date("d.m.y","<h1>","</h1>"); ?>
<p>
<?php permalink_anchor(); ?>
<strong><?php the_title(); ?></strong> (category: <strong><?php the_category() ?></strong>)<br />
<?php the_content(); ?><?php link_pages("<br />Pages: ","<br />","number") ?>
<br />
<em>posted by <strong><?php the_author() ?></strong> @ <a href="<?php permalink_link() ?>"><?php the_time() ?></a></em>
<br />
<a href="<?php comments_link() ?>"><?php comments_number("no comments", "1 comment", "% comments") ?></a>
</p>
<?php include ("b2comments.php"); ?>
<!-- // this is just the end of the motor - don't touch that line either :) -->
<?php } ?>
|
Can someone help? |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 301 Location: Oslo, Norway
|
Posted: Thu Apr 22, 2004 7:59 am Post subject: |
|
|
Please, please, please.
*cough*
Your blog.html IS A BLOG.HTML
try changing it to .php, sweetie.
Sorry about the tone, I just couldn't help myself. _________________ Sigg3 dot net - because you're worth it! |
|
Back to top |
|
 |
imaginarylight
Joined: 20 Apr 2004 Posts: 6
|
Posted: Thu Apr 22, 2004 9:55 pm Post subject: |
|
|
OHOOHOHOHOHOH!!! I feel so stupid! Thank you soo much! I feel dumb -blush- |
|
Back to top |
|
 |
imaginarylight
Joined: 20 Apr 2004 Posts: 6
|
Posted: Thu Apr 22, 2004 10:06 pm Post subject: |
|
|
alright, i changed it to a .php but it still shows the same message... |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 301 Location: Oslo, Norway
|
|
Back to top |
|
 |
imaginarylight
Joined: 20 Apr 2004 Posts: 6
|
Posted: Sat Apr 24, 2004 8:32 pm Post subject: |
|
|
space? |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 301 Location: Oslo, Norway
|
Posted: Mon Apr 26, 2004 11:18 am Post subject: |
|
|
From the code-quotation above, it seems there's an empty line before the start of the engine. This something causes trouble. Remove it and try again. _________________ Sigg3 dot net - because you're worth it! |
|
Back to top |
|
 |
|