Seite 1 von 1

merkwürdige Fehlermeldung seit Serverumzug

Verfasst: 06.08.2003 23:37
von dabba
Hallo,

kann jemand was mit dieser Fehlermeldung anfangen? :oops:

Code: Alles auswählen

==>reply

Warning: Cannot modify header information - headers already sent by (output started at /www/.../forum/posting.php:148) in /www/.../forum/includes/page_header.php on line 526

Warning: Cannot modify header information - headers already sent by (output started at /www/.../forum/posting.php:148) in /www/.../forum/includes/page_header.php on line 528

Warning: Cannot modify header information - headers already sent by (output started at /www/.../forum/posting.php:148) in /www/.../forum/includes/page_header.php on line 529
Diese Meldung bekommt man jetzt immer, wenn man auf einen Beitrag antworten möchte... :evil:

Verfasst: 06.08.2003 23:38
von Henne
Hast in der posting.php Leerzeichen oder Zeilen nach ?> ?

Verfasst: 06.08.2003 23:45
von dabba
Nee - danach kommt nix mehr. :grin:

Die Zeilen rund um diese Zeile 148 lauten:

Code: Alles auswählen

144    //
145    // What auth type do we need to check?
146    //
147    $is_auth = array();
148    switch( $mode )
{
        case 'newtopic':
                if ( $topic_type == POST_ANNOUNCE )
                {
                        $is_auth_type = 'auth_announce';
                }
                else if ( $topic_type == POST_STICKY )
                {
                        $is_auth_type = 'auth_sticky';
                }
                else
                {
                        $is_auth_type = 'auth_post';
                }
                break;
        case 'reply':
        case 'quote':
                $is_auth_type = 'auth_reply';
                break;
        case 'editpost':
                $is_auth_type = 'auth_edit';
                break;
        case 'delete':
        case 'poll_delete':
                $is_auth_type = 'auth_delete';
                break;
        case 'vote':
                $is_auth_type = 'auth_vote';
                break;
        case 'topicreview':
                $is_auth_type = 'auth_read';
                break;
        default:
                message_die(GENERAL_MESSAGE, $lang['No_post_mode']);
                break;
}
Vielleicht hilft dir für die Diagnose, dass ich auch seit dem Umzug nicht mehr voten kann und im Portal eine leere Voting-Box dargestellt wird.

Besten Dank für deine Hilfe,
Dabba

Verfasst: 07.08.2003 00:11
von dabba
Übrigens bekomme ich die gleiche Fehlermeldung, wenn ich einen neuen Beitrag öffne oder löschen möchte.
- Allerdings muss ich sagen, dass das, was man vorhat durchaus funktioniert! - Man bekommt eben nur zusätzlich diese Fehlermeldung! :oops: