Hi @ all,
habe folgendes Problem, welches mir im Index oben angezeigt wird:
Cannot modify header information - headers already sent by (output started ............ global.php:1) in .........../inc/functions.php on line 1133
Jetzt die Frage: Wie kann ich das beheben?
Das fettgedruckte ist Zeile 1133! Insgesamt sind es die Zeilen 1127-1140.
In der global.php Zeile 1 steht nur: <?php
(is ja normal)
Kann mir vielleicht jemand helfen?
Falls das oben nicht hilft, die Seite ist hier.
habe folgendes Problem, welches mir im Index oben angezeigt wird:
Cannot modify header information - headers already sent by (output started ............ global.php:1) in .........../inc/functions.php on line 1133
Jetzt die Frage: Wie kann ich das beheben?
Zitat:/**
* Generate a list of the posticons.
*
* @return string The template of posticons.
*/
function get_post_icons()
{
global $mybb, $db, $icon, $theme, $templates, $lang;
$listed = 0;
if($mybb->input['icon'])
{
$icon = $mybb->input['icon'];
}
Das fettgedruckte ist Zeile 1133! Insgesamt sind es die Zeilen 1127-1140.
In der global.php Zeile 1 steht nur: <?php
(is ja normal)
Kann mir vielleicht jemand helfen?
Falls das oben nicht hilft, die Seite ist hier.