ok
i had added more code so the error is now on line 383, here is the line and surrounding code:
PHP Code:
375: while($reccom= $DB_site->fetch_array($recent_comments))
376: {
377: $commentdate= vbdate($vboptions['dateformat'], $reccom['comment_date'], 1);
378: $commenttime= vbdate($vboptions['timeformat'], $reccom['comment_date']);
379: eval('$reccombits .= "' . fetch_template('journal_recent_comments') . '";');
380: }
381: }
382: eval('$navbar = "' . fetch_template('navbar') . '";');
383: eval('print_output("' . fetch_template('journal_journalpage') . '");');
384: }
385: }
thanks for the help