ich habe mittels folgendem Code eine Testseite erstellt:
Code: Alles auswählen
define('IN_PHPBB', true);
$site_root_path = '/var/www/web602/html/';
$phpbb_root_path2 = '/phpBB2/';
$phpbb_root_path = $site_root_path . $phpbb_root_path2;
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.php');
$userdata = session_pagestart($user_ip, PAGE_TEST);
init_userprefs($userdata);
echo $userdata['session_page'] . "<br>";
- Warning: Cannot modify header information - headers already sent by (output started at /var/www/web602/html/test.php:9) in /var/www/web602/html/phpBB2/includes/sessions.php on line 370
Warning: Cannot modify header information - headers already sent by (output started at /var/www/web602/html/test.php:9) in /var/www/web602/html/phpBB2/includes/sessions.php on line 371