Cannot modify header information
Geplaatst: 16 mar 2011, 10:31
- Adres van je forum: http://www.photoshoptuts.be
Event. modificaties op je forum: Stijl veranderd
Wanneer ontstond het probleem? Gisteren
phpBB versie: 3
Heb je onlangs iets veranderd aan je forum? Neen
Wat is het probleem?
Header Error:
PHP Notice: in file /includes/functions.php on line 4502: Cannot modify header information - headers already sent by (output started at /language/nl/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4504: Cannot modify header information - headers already sent by (output started at /language/nl/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4505: Cannot modify header information - headers already sent by (output started at /language/nl/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4506: Cannot modify header information - headers already sent by (output started at /language/nl/common.php:1)
Nu als ik in Function.php kijk op regel 4002 tot 4506 krijg ik dit te zien:
Code: Selecteer alles
function obtain_users_online_string($online_users, $item_id = 0, $item = 'forum')
{
global $config, $db, $user, $auth;
$user_online_link = $online_userlist = '';
// Need caps version of $item for language-strings
$item_caps = strtoupper($item);
if (sizeof($online_users['online_users']))
{
PHP Notice: in file /includes/functions.php on line 2471: Cannot modify header information - headers already sent by (output started at /language/nl/common.php:1)
Lijn 2471 in Functions.php
Code: Selecteer alles
header('Location: ' . $url);
Mvg Mickael