Hvad betyder denne fejl
"/cache/tpl_sunset.posting_topic_review.php on line 66"
når koden stopper i linie 65 ??
Det sker selvom jeg lige har tømt mellemlageret, filerne genskabes blot..
Filen der laver vrøvl:
<?php
// eXtreme Styles mod cache. Generated on Sat, 15 Jul 2006 10:16:13 +0200 (time=1152951373)
?><br />
<?php
$switch_inline_mode_count = ( isset($this->_tpldata['switch_inline_mode.']) ) ? sizeof($this->_tpldata['switch_inline_mode.']) : 0;
for ($switch_inline_mode_i = 0; $switch_inline_mode_i < $switch_inline_mode_count; $switch_inline_mode_i++)
{
$switch_inline_mode_item = &$this->_tpldata['switch_inline_mode.'][$switch_inline_mode_i];
$switch_inline_mode_item['S_ROW_COUNT'] = $switch_inline_mode_i;
$switch_inline_mode_item['S_NUM_ROWS'] = $switch_inline_mode_count;
?>
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
<td class="cat" align="center"><?php echo isset($this->vars['L_TOPIC_REVIEW']) ? $this->vars['L_TOPIC_REVIEW'] : $this->lang('L_TOPIC_REVIEW'); ?></td>
</tr>
<tr>
<td class="row1">
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
<th width="22%"><?php echo isset($this->vars['L_AUTHOR']) ? $this->vars['L_AUTHOR'] : $this->lang('L_AUTHOR'); ?></th>
<th><?php echo isset($this->vars['L_MESSAGE']) ? $this->vars['L_MESSAGE'] : $this->lang('L_MESSAGE'); ?></th>
</tr>
<?php
$postrow_count = ( isset($switch_inline_mode_item['postrow.']) ) ? sizeof($switch_inline_mode_item['postrow.']) : 0;
for ($postrow_i = 0; $postrow_i < $postrow_count; $postrow_i++)
{
$postrow_item = &$switch_inline_mode_item['postrow.'][$postrow_i];
$postrow_item['S_ROW_COUNT'] = $postrow_i;
$postrow_item['S_NUM_ROWS'] = $postrow_count;
?>
<tr>
<td width="22%" valign="top" class="<?php echo $postrow_item['ROW_CLASS']; ?>"><span class="name"><a name="<?php echo $postrow_item['U_POST_ID']; ?>" id="<?php echo $postrow_item['U_POST_ID']; ?>"></a><?php echo $postrow_item['POSTER_NAME']; ?></span>
<br />
<img src="images/spacer.gif" alt="" width="150" height="1" /></td>
<td class="<?php echo $postrow_item['ROW_CLASS']; ?>" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="<?php echo $postrow_item['MINI_POST_IMG']; ?>" alt="<?php echo $postrow_item['L_MINI_POST_ALT']; ?>" title="<?php echo $postrow_item['L_MINI_POST_ALT']; ?>" /><span class="postdetails"><?php echo isset($this->vars['L_POSTED']) ? $this->vars['L_POSTED'] : $this->lang('L_POSTED'); ?>:
<?php echo $postrow_item['POST_DATE']; ?> <?php echo isset($this->vars['L_POST_SUBJECT']) ? $this->vars['L_POST_SUBJECT'] : $this->lang('L_POST_SUBJECT'); ?>: <?php echo $postrow_item['POST_SUBJECT']; ?></span></td>
</tr>
<tr>
<td><hr /></td>
</tr>
<tr>
<td class="postbody"><?php echo $postrow_item['MESSAGE']; ?><?php echo $postrow_item['ATTACHMENTS']; ?></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" height="1" class="spacerow"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<?php
} // END postrow
if(isset($postrow_item)) { unset($postrow_item); }
?>
</table>