Serpentia
Joined: 22 Jun 2003 Posts: 3
|
Posted: Wed Mar 24, 2004 3:03 pm Post subject: 2 problems |
|
|
ok, the links to the comments are wrong, and no matter what i do, it won't change =/ page: http://serpentia.net/index.php see the links? it's missing a directory, it's supposed to be serpentia.net/blog/b2commentsblahblah.php =/ here's my index code:
Code: | <head>
<META HTTP-EQUIV="Expires" CONTENT="-1">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
</head>
<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?>
<div class="content">
<body><body ONLOAD="window.defaultStatus='Serpentia.net'"></body>
<title>Serpentia.net</title>
</head>
<style type="text/css">
<!--
b {font-weight: bold;
text-decoration: none;
color: #8E4B4B;
background-color: transparent;
cursor:default;
font-family: trebuchet ms;
font-size:11px;
}
a {font-weight: normal;
text-decoration: none;
color: #8E4B4B;
background-color: transparent;
cursor:default;
}
a:link {font-weight: bold;
text-decoration: none;
color: #A65E5B;
background-color: transparent;
cursor:default;
}
a:visited {font-weight: bold;
text-decoration: none;
color: #FFFFFF;
background-color: transparent;
cursor:default;
}
a:hover {font-weight:bold;
color:#A65E5B;
text-decoration:none;
font-style:none;
background:#AD726F }
body{
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
overflow-x:hidden;
background-color: #370202;
background-repeat: repeat-y;
background-image: (/girllay/bg.gif);
background-position: top right;
cursor: default;
font-family: "trebuchet ms";
font-size: 11px;
font-weight: normal;
line-height:11px;
letter-spacing: 1px;
text-align: justify;
color: #8E4B4B;
scrollbar-highlight-color : #370202;
scrollbar-3dlight-color : #370202;
scrollbar-face-color : #370202;
scrollbar-track-color : #A65E5B;
scrollbar-arrow-color : #A65E5B;
scrollbar-shadow-color : #370202;
scrollbar-darkshadow-color : #370202;}
input, textarea, select{
border-color:#F7EBEB;
border-style: solid;
border-width:1px;
font-family: "tahoma";
font-size: 9pt;
font-weight: normal;
line-height:11px;
word-spacing: 1px;
text-align: justify;
color:#FFFFFF;
background-color: transparent;
}
.content {
position:absolute;
top:300px;
left:35px;
width:350px;
}
-->
</style>
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<?php comments_popup_script() ?>
<div><strong><span style="color: #8E4B4B"><b><u><?php the_date("m.d.y","<h7>","</h7>"); ?></b> // <?php comments_popup_link("lie", "l1ar", "%liars"); ?> // <a href="http://exhilarate.net/cgi-bin/topsites.cgi?id=2" target=new>Vote</a> // <a href="http://livejournal.com/~diavolia" target=new>LJ</a> // <a href="#" onClick="crush=window.open('http://serpentia.net/cam.html','popup','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=319,height=239');return false;">Cam</a></u></span></strong></div>
<?php include ("blog/b2comments.php"); ?>
<?php permalink_anchor(); ?>
<p>
<?php the_content(); ?><?php link_pages("<br />Pages: ","<br />","number") ?>
</b>
<p align="right"> <right><b>Sarah</b> @ <a href="<?php permalink_link() ?>"><?php the_time() ?></a>+<a href="mailto:[email protected]">e-mail</a> <?php comments_popup_link("lie", "l1ar", "%liars"); ?>
<br />
<p>
<!-- // this is just the end of the motor - don't touch that line either :) -->
<?php } ?>
</div>
|
And now, I have no clue WHAT happened, but i can't edit my templates or post a new entry anymore, i get this error:
Quote: |
Warning: Cannot modify header information - headers already sent by (output started at /home/serpent/public_html/blog/b2config.php:354) in /home/serpent/public_html/blog/b2template.php on line 55 |
i didn't change the config.php or template.php file 0.0 wth? |
|