aqui os pego la cabezera de functions.php:
Código PHP:
<?php
echo <<< HTML
<body bgcolor="#FFFFFF">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="780" id="AutoNumber1">
<tr>
<td colspan="2" width="800">
HTML;
include("../arriba.php");
echo <<< HTML
</td>
</tr>
<tr>
<td width="180">
<img border="0" src="../images/men.gif" width="180" height="1"></td>
<td width="600">
<img border="0" src="../images/pri.gif" width="600" height="1"></td>
</tr>
<tr>
<td width="180" valign="top">
HTML;
include("../menu.php");
echo <<< HTML
</td>
<td width="680" valign="top">
HTML;
//fin de menu
error_reporting(7);
...
...
...
Y este el error, que solo sale en una de las paguinas del foro las demas van bien:
Warning: Cannot modify header information - headers already sent by (output started at /home/medi/public_html/foros/admin/functions.php:10) in /home/medi/public_html/foros/admin/functions.php on line 1621
el foro aparentemente funciona bien, es el vbulletin 3.0.0 y claro podria hacerlo mediante las plantillas que tiene en el panel de control, pero solo acepta html y mi menu tiene php (includes() basicamente)
Gracias, no se cual puede ser el problema: