Seite 1 von 1

Fehlermeldung nachdem die FTP Dateien neu aufgespielt wurden

Verfasst: 05.04.2006 18:47
von FT-Admin
Hallo Leute,

gestern Abend wollte ich ein paar Änderungen an meinem Forum angehen und zog bevor ich die Dateien anfing zu ändern sicherheitshalber ein Backup von der Datenbank und von den gesamten Dateien vom FTP.

Nachdem ich mir selber einen schwerwiegenden Fehler eingebaut habe, habe ich den gesamten FTP gelöscht und meine Sicherung wieder drauf gespielt.

Das Forum sieht nun wieder so aus wie früher, nur dass oben drüber folgendes steht:
// Album MOD $images['upload_pic'] = "$current_template_images/{LANG}/upload_pic.gif"; $images['no_thumbnail'] = "$current_template_images/nothumbnail.jpg"; ?>
Warning: Cannot modify header information - headers already sent by (output started at /home/ftforumde/public_html/templates/subSilver/subSilver.cfg:124) in /home/ftforumde/public_html/includes/page_header.php on line 527

Warning: Cannot modify header information - headers already sent by (output started at /home/ftforumde/public_html/templates/subSilver/subSilver.cfg:124) in /home/ftforumde/public_html/includes/page_header.php on line 533

Warning: Cannot modify header information - headers already sent by (output started at /home/ftforumde/public_html/templates/subSilver/subSilver.cfg:124) in /home/ftforumde/public_html/includes/page_header.php on line 534

Was hat das zu bedeuten?


Wenn ich einloge bekomme ich ein weißes Bild mit diesen Daten:

// Album MOD $images['upload_pic'] = "$current_template_images/{LANG}/upload_pic.gif"; $images['no_thumbnail'] = "$current_template_images/nothumbnail.jpg"; ?>
Warning: Cannot modify header information - headers already sent by (output started at /home/ftforumde/public_html/templates/subSilver/subSilver.cfg:124) in /home/ftforumde/public_html/includes/sessions.php on line 258

Warning: Cannot modify header information - headers already sent by (output started at /home/ftforumde/public_html/templates/subSilver/subSilver.cfg:124) in /home/ftforumde/public_html/includes/sessions.php on line 259

Warning: Cannot modify header information - headers already sent by (output started at /home/ftforumde/public_html/templates/subSilver/subSilver.cfg:124) in /home/ftforumde/public_html/includes/functions.php on line 842

Kann mir jemand helfen, rein theoretisch müßte doch alles so sauber laufen wir vorher? Was habe ich falsch gemacht?

Verfasst: 06.04.2006 00:18
von shadow66
In der besagten Datei in den Angegebenen Zeilen sind Fehler.

Dazu bräuchte man dann den Code um etwas sagen zu können.

Verfasst: 06.04.2006 03:23
von FT-Admin
Das ist die subSilver.cfg die immer in der Fehlermeldung vorkommt.
<?php
//
// ** Configuration file for subSilver template **
//
// ** copyright (C) 2001 The phpBB Group **
// ** Created by subBlue design **
// ** www.subBlue.com **
//
// ** subSilver dev. forum: www.subSky.com/phpBB2/ **
//
// $Id: subSilver.cfg,v 1.11 2002/02/04 18:31:15 psotfx Exp $
//
// Please note that to enable support of different languages
// the {LANG} place holder is available. This will be replaced
// with xxx where xxx is the users selected language. If
// that language isn't available it will default to english.
// Therefore you MUST ensure you have at least a english
// directory if you choose to localise your template
//

//
// Do not alter this line!
//
define(TEMPLATE_CONFIG, TRUE);

$current_template_images = $current_template_path . "/images";

$images['icon_quote'] = "$current_template_images/{LANG}/icon_quote.gif";
$images['icon_edit'] = "$current_template_images/{LANG}/icon_edit.gif";
$images['icon_search'] = "$current_template_images/{LANG}/icon_search.gif";
$images['icon_profile'] = "$current_template_images/{LANG}/icon_profile.gif";
$images['icon_pm'] = "$current_template_images/{LANG}/icon_pm.gif";
$images['icon_email'] = "$current_template_images/{LANG}/icon_email.gif";
$images['icon_delpost'] = "$current_template_images/icon_delete.gif";
$images['icon_ip'] = "$current_template_images/{LANG}/icon_ip.gif";
$images['icon_www'] = "$current_template_images/{LANG}/icon_www.gif";
$images['icon_icq'] = "$current_template_images/{LANG}/icon_icq_add.gif";
$images['icon_aim'] = "$current_template_images/{LANG}/icon_aim.gif";
$images['icon_yim'] = "$current_template_images/{LANG}/icon_yim.gif";
$images['icon_msnm'] = "$current_template_images/{LANG}/icon_msnm.gif";
$images['icon_minipost'] = "$current_template_images/icon_minipost.gif";
$images['icon_gotopost'] = "$current_template_images/icon_minipost.gif";
$images['icon_minipost_new'] = "$current_template_images/icon_minipost_new.gif";
$images['icon_latest_reply'] = "$current_template_images/icon_latest_reply.gif";
$images['icon_newest_reply'] = "$current_template_images/icon_newest_reply.gif";

$images['forum'] = "$current_template_images/folder_big.gif";
$images['forum_new'] = "$current_template_images/folder_new_big.gif";
$images['forum_locked'] = "$current_template_images/folder_locked_big.gif";

$images['folder'] = "$current_template_images/folder.gif";
$images['folder_new'] = "$current_template_images/folder_new.gif";
$images['folder_hot'] = "$current_template_images/folder_hot.gif";
$images['folder_hot_new'] = "$current_template_images/folder_new_hot.gif";
$images['folder_locked'] = "$current_template_images/folder_lock.gif";
$images['folder_locked_new'] = "$current_template_images/folder_lock_new.gif";
$images['folder_sticky'] = "$current_template_images/folder_sticky.gif";
$images['folder_sticky_new'] = "$current_template_images/folder_sticky_new.gif";
$images['folder_announce'] = "$current_template_images/folder_announce.gif";
$images['folder_announce_new'] = "$current_template_images/folder_announce_new.gif";

$images['post_new'] = "$current_template_images/{LANG}/post.gif";
$images['post_locked'] = "$current_template_images/{LANG}/reply-locked.gif";
$images['reply_new'] = "$current_template_images/{LANG}/reply.gif";
$images['reply_locked'] = "$current_template_images/{LANG}/reply-locked.gif";

$images['pm_inbox'] = "$current_template_images/msg_inbox.gif";
$images['pm_outbox'] = "$current_template_images/msg_outbox.gif";
$images['pm_savebox'] = "$current_template_images/msg_savebox.gif";
$images['pm_sentbox'] = "$current_template_images/msg_sentbox.gif";
$images['pm_readmsg'] = "$current_template_images/folder.gif";
$images['pm_unreadmsg'] = "$current_template_images/folder_new.gif";
$images['pm_replymsg'] = "$current_template_images/{LANG}/reply.gif";
$images['pm_postmsg'] = "$current_template_images/{LANG}/msg_newpost.gif";
$images['pm_quotemsg'] = "$current_template_images/{LANG}/icon_quote.gif";
$images['pm_editmsg'] = "$current_template_images/{LANG}/icon_edit.gif";
$images['pm_new_msg'] = "";
$images['pm_no_new_msg'] = "";

$images['topic_watch'] = "";
$images['topic_un_watch'] = "";
$images['topic_mod_lock'] = "$current_template_images/topic_lock.gif";
$images['topic_mod_unlock'] = "$current_template_images/topic_unlock.gif";
$images['topic_mod_split'] = "$current_template_images/topic_split.gif";
$images['topic_mod_move'] = "$current_template_images/topic_move.gif";
$images['topic_mod_delete'] = "$current_template_images/topic_delete.gif";

$images['voting_graphic'][0] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][1] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][2] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][3] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][4] = "$current_template_images/voting_bar.gif";
$images['Dl_grey'] = "$current_template_images/dl_grey.gif";
$images['Dl_red'] = "$current_template_images/dl_red.gif";
$images['Dl_green'] = "$current_template_images/dl_green.gif";
$images['Dl_yellow'] = "$current_template_images/dl_yellow.gif";

$images['pa_search'] = "$current_template_images/{LANG}/icon_pa_search.gif";
$images['pa_stats'] = "$current_template_images/{LANG}/icon_pa_stats.gif";
$images['pa_toplist'] = "$current_template_images/{LANG}/icon_pa_toplist.gif";
$images['pa_upload'] = "$current_template_images/{LANG}/icon_pa_upload.gif";
$images['pa_viewall'] = "$current_template_images/{LANG}/icon_pa_viewall.gif";
$images['pa_download'] = "$current_template_images/{LANG}/icon_pa_download.gif";
$images['pa_rate'] = "$current_template_images/{LANG}/icon_pa_rate.gif";
$images['pa_email'] = "$current_template_images/{LANG}/icon_pa_email.gif";
$images['pa_comment_post'] = "$current_template_images/{LANG}/icon_pa_post_comment.gif";
$images['pa_file_new'] = "$current_template_images/icon_pa_new.gif";

//
// Vote graphic length defines the maximum length of a vote result
// graphic, ie. 100% = this length
//
$board_config['vote_graphic_length'] = 205;
$board_config['privmsg_graphic_length'] = 175;

?>

// Album MOD
$images['upload_pic'] = "$current_template_images/{LANG}/upload_pic.gif";
$images['no_thumbnail'] = "$current_template_images/nothumbnail.jpg";


?>

Verfasst: 06.04.2006 13:55
von Slytherin
>> KB:datei <<

Slytherin

Verfasst: 06.04.2006 14:00
von StarWolf3000
trotzdem wollen wir ihm helfen

Code: Alles auswählen

?>

// Album MOD
$images['upload_pic'] = "$current_template_images/{LANG}/upload_pic.gif";
$images['no_thumbnail'] = "$current_template_images/nothumbnail.jpg";


?>
das erste ?> ist zuviel, rauslöschen

Verfasst: 06.04.2006 18:12
von FT-Admin
Krass, so ein kleiner Fehler und so eine große Wirkung!

Forum läuft wieder, alles perfekt!

Vielen lieben Dank!