Código PHP:
define('IN_PHPBB', true);
$phpbb_root_path = './forum/';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
//
// End session management
//
Cita:
A que puede ser devido?Warning: Cannot add header information - headers already sent by (output started at /var/www/vhost/aegerol.org/home/html/prova.php:9) in /var/www/vhost/aegerol.org/home/html/forum/includes/sessions.php on line 188
Warning: Cannot add header information - headers already sent by (output started at /var/www/vhost/aegerol.org/home/html/prova.php:9) in /var/www/vhost/aegerol.org/home/html/forum/includes/sessions.php on line 189
Warning: Cannot add header information - headers already sent by (output started at /var/www/vhost/aegerol.org/home/html/prova.php:9) in /var/www/vhost/aegerol.org/home/html/forum/includes/sessions.php on line 189
Muchas gracias por avanzado.