Author Topic: Was bedeutet diese Fehlermeldung?  (Read 5755 times)

0 Members and 1 Guest are viewing this topic.

Offline yaku

  • Pre-Newbie
  • Posts: 3
    • View Profile
Was bedeutet diese Fehlermeldung?
« on: November 16, 2006, 04:17:50 PM »
Hallo,

wenn ich im Control Panel bin taucht oben folgende Meldung auf:
****
Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/rhododendron-info.de/httpdocs/4images/config.php:2) in /home/httpd/vhosts/rhododendron-info.de/httpdocs/4images/admin/admin_functions.php on line 168

Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/rhododendron-info.de/httpdocs/4images/config.php:2) in /home/httpd/vhosts/rhododendron-info.de/httpdocs/4images/admin/admin_functions.php on line 169

Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/rhododendron-info.de/httpdocs/4images/config.php:2) in /home/httpd/vhosts/rhododendron-info.de/httpdocs/4images/admin/admin_functions.php on line 170

Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/rhododendron-info.de/httpdocs/4images/config.php:2) in /home/httpd/vhosts/rhododendron-info.de/httpdocs/4images/admin/admin_functions.php on line 171

Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/rhododendron-info.de/httpdocs/4images/config.php:2) in /home/httpd/vhosts/rhododendron-info.de/httpdocs/4images/admin/admin_functions.php on line 172
****
Was hat diese Meldung zu bedeutet und wie bekomme ich den Fehler wieder hin?

Bin leider noch Änfänger. :(

Gruß
yaku

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: Was bedeutet diese Fehlermeldung?
« Reply #1 on: November 16, 2006, 04:51:25 PM »
sieht so aus, als fehlt eine Datei

Zeile 168 - 172
Code: [Select]
function show_admin_header($headinsert = "") {
  global $newlangfile, $config, $old_language_dir, $self_url, $site_sess, $lang;

  header ("Cache-Control: no-store, no-cache, must-revalidate");
  header ("Cache-Control: pre-check=0, post-check=0, max-age=0", false);
  header ("Pragma: no-cache");
  header ("Expires: " . gmdate("D, d M Y H:i:s", time()) . " GMT");
  header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");

alle Dateien am richtigen Platz??

lad mal alle dateien neu in den admin-Ordner und alle neu ins Root bis auf die config.php

Offline yaku

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: Was bedeutet diese Fehlermeldung?
« Reply #2 on: November 16, 2006, 05:51:19 PM »
sieht so aus, als fehlt eine Datei

Zeile 168 - 172
Code: [Select]
function show_admin_header($headinsert = "") {
  global $newlangfile, $config, $old_language_dir, $self_url, $site_sess, $lang;

  header ("Cache-Control: no-store, no-cache, must-revalidate");
  header ("Cache-Control: pre-check=0, post-check=0, max-age=0", false);
  header ("Pragma: no-cache");
  header ("Expires: " . gmdate("D, d M Y H:i:s", time()) . " GMT");
  header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");

alle Dateien am richtigen Platz??

lad mal alle dateien neu in den admin-Ordner und alle neu ins Root bis auf die config.php


Danke für den Tipp, hat aber leider nichts geholfen.  :(

Gruß
yaku

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: Was bedeutet diese Fehlermeldung?
« Reply #3 on: November 17, 2006, 09:21:58 AM »
lad doch einfach AAL Dateien mal neu, bis auf die config.php

wenn das aich nix hilft, deinstallieren der Inhalte der DB, löschen der Daten auf dem Server, neu aufspielen und neu installieren

beachte auch: docs: Installation_deutsch.txt die CHMOD-Rechte

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Was bedeutet diese Fehlermeldung?
« Reply #4 on: November 18, 2006, 01:32:39 PM »
Hallo,

schau dir deine .php an....

Bei jeder .php darf nach dem
Code: [Select]
?>   am Ende des Scriptes keine neue leere Zeile beginnen.

Dann klappts auch  :wink:

Ich würd als erstes in
config.php und admin/admin_functions.php
nachschauen

Gruß
Kurt

Offline yaku

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: Was bedeutet diese Fehlermeldung?
« Reply #5 on: November 19, 2006, 07:27:24 PM »
Hallo,

schau dir deine .php an....

Bei jeder .php darf nach dem
Code: [Select]
?>   am Ende des Scriptes keine neue leere Zeile beginnen.

Dann klappts auch  :wink:

Ich würd als erstes in
config.php und admin/admin_functions.php
nachschauen

Gruß
Kurt


Die Seite läuft wieder.  :D
Danke für den Tipp.