fehler komme nicht weiter

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • fehler komme nicht weiter

    hallo leute

    erhalte immer diese fehlermeldung

    Warning: Cannot add header information - headers already sent by (output started at /home/www/htdocs/aukbay.de/includes/currency.inc.php:108) in /home/www/htdocs/aukbay.de/includes/sessions.inc.php on line 345

    weis aber nicht wie ich das ändern kann
    Gruß Oli

    Webdesign, Programmierung u.v.m. Börner It
    Rss Katalog Verzeichnis. RssKat
    PHP - Scripte, News, Tutorials u.v.m PHP Community Neu
    Günstige PHP Projekte nichts von der Stange Börner IT Shop

  • #2
    Poste mal den Aufruf der Dateien und aus den beiden Scripten die beiden Zeilen die zur Fehlermeldung führen.
    *winks*
    Gilbert
    ------------------------------------------------
    Hilfe für eine Vielzahl von Problemen!!!
    http://www.1st-rootserver.de/

    Kommentar


    • #3
      Tja Du hast irgendwo einen HEader aufruf nachdem Du etwas an den Browser geschickt hast zur Ausgabe...
      Beantworte nie Threads mit mehr als 15 followups...
      Real programmers confuse Halloween and Christmas because OCT 31 = DEC 25

      Kommentar


      • #4
        da gibt es ein problem

        die session.inc.php geht nur bis zur zeile 178

        und die currency.inc.php bis zur zeile 54
        Gruß Oli

        Webdesign, Programmierung u.v.m. Börner It
        Rss Katalog Verzeichnis. RssKat
        PHP - Scripte, News, Tutorials u.v.m PHP Community Neu
        Günstige PHP Projekte nichts von der Stange Börner IT Shop

        Kommentar


        • #5
          Dann poste mal den Bereich wo die Dateien aufgerufen werden im Script.

          MelloPie hat dir ja schon den eigentlichen Fehler beschrieben.
          *winks*
          Gilbert
          ------------------------------------------------
          Hilfe für eine Vielzahl von Problemen!!!
          http://www.1st-rootserver.de/

          Kommentar


          • #6
            das ist die header datei
            in der index ist nichts davon drin

            PHP-Code:
            <?

            /*

            */

              include "./includes/dates.inc.php";
            ?>

            <HTML>

            <HEAD>
            <TITLE><? print $SITE_NAME; ?></TITLE>
            <link rel="stylesheet" href="style_auction.css" type="text/css">
            </HEAD>
            <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
            <center><TABLE width="80%" border="0" cellspacing="0" cellpadding="0" height="88">
              <TR>
                <TD width="249" nowrap valign="top" align="left" height="79">
                  <p align="left"><img src="images/logo_1.gif" width="249" height="88">
                </TD>
                <TD width="523" valign="middle" background="images/bg_logo.gif" height="79">
                  <div align="center"><span class="info_text"><img src="images/logo.gif" width="366" height="31">
                    <br>
                    <br>
                    </span></div>
                </TD>
                <TD width="239" align="right" nowrap valign="top" height="79">
                  <div align="right"><img src="images/logo_2.gif" width="249" height="88"></div>
                </TD>
            </TABLE>


            <TABLE width="80%" border="0" cellspacing="0" cellpadding="0">
              <TR><TD>


                  <TABLE width="100%" border="0" cellspacing="0" cellpadding="0" height="19" bgcolor="">
                    <TR>

                      <TD ALIGN=CENTER height="19" valign="middle" width="72%">
                        <div align="left"><B><span class="navigation"><img src="images/zw_bl.gif"></span>
                          <a href="index.php?SESSION_ID=<? print urlencode($sessionID); ?>"><span class="navigation">Startseite</span></a><span class="navigation">
                          <img src="images/zw_bl.gif"> <a href="sell.php?SESSION_ID=<? print urlencode($sessionID); ?>" class="navigation">Artikel
                          verkaufen</a> </span><span class="navigation"><img src="images/zw_bl.gif"></span></B>
                          <span class="navigation"><a href="user_login.php?SESSION_ID=<? print urlencode($sessionID); ?>" class="navigation">My
                          Account </a><span class="navigation"><img src="images/zw_bl.gif"></span>
                          <?
                          if($HTTP_COOKIE_VARS["$LOGGED_IN_COOKIE"])
                          {
                          // Der Benutzer ist eingeloggt
                        ?>
                          <A href="logout.php?SESSION_ID=<? print urlencode($sessionID); ?>">
                          <? print $text_245; ?>
                          </A>
                          <?
                          } else {
                        // Der Benutzer ist nicht eingeloggt...
                        ?>
                          <A href="register.php?SESSION_ID=<? print urlencode($sessionID); ?>">
                          <? print $text_235; ?>
                          </A>
                          <?
                          }
                        ?>
                          <b><span class="navigation"><img src="images/zw_bl.gif"> </span></b><a href="search_art.php" class="navigation">Power-Suche</a>
                          <b><span class="navigation"><b><span class="navigation"><img src="images/zw_bl.gif"></span></b>
                          </span></b><a href="help.php?SESSION_ID=<? print urlencode($sessionID); ?>" class="navigation">Hilfe</a></span></div>
                          </TD>

                      <TD height="19" valign="middle" width="28%" ALIGN=right class="info_text">
                        <?
                        if($HTTP_COOKIE_VARS["$LOGGED_IN_COOKIE"]) // sollte aber eigentlich immer der Fall sein
                        {
                          print "Sie sind als <b>".$HTTP_COOKIE_VARS["$LOGGED_IN_NICK"]."</b> eingeloggt.";
                        }
                        else
                        {
                          print $sml_font."Sie sind zur Zeit nicht eingeloggt.";
                        }
                        ?>
                        </TD>
                        </TR>
                      </TABLE>

                      <TABLE border="0" width="100%" cellspacing="0" cellpadding="0">
                        <TR width=100%>

                      <TD width="47%" valign="top" height="86">
                        <form name="search" method="get" action="search.php">
                          <table width="100%" border="0" cellspacing="5" cellpadding="0">
                            <tr>
                              <td width="86%"> <font class="text_normal">
                                <input type=HIDDEN name="SESSION_ID" value="<? print urlencode($sessionID); ?>">
                                <b> Suche:</b></font> <br>
                                <span class="info_text">
                                <input type="text" name="q" size=15 value="<SCRIPT Language=PHP> print htmlspecialchars($q); </SCRIPT>" class="forms_text">
                                <input type=submit name="Input" value="<? print $text_275;?>" class="button_text">
                                <br>
                                <a href="search_art.php"><font color="#000000">Auch als Power-Suche
                                m&ouml;glich</font></a> </span></td>
                            </tr>
                          </table>
                            </form>

                      </TD>
                      <TD valign="top" width="53%" height="86">
                        <div align="right" class="text_normal"> </div>

                        <table width="80%" border="0" cellspacing="0" cellpadding="3">
                          <tr>

                            <td width="17%">&nbsp;</td>

                            <td width="83%" align="right">
                              <?
                        // Aktuelles Datum anzeigen
                        print $sml_font.ActualDate()."</FONT>";

                      ?>
                              </td>
                              </tr>
                              <tr>
                                <td width="17%">&nbsp; </td>
                                <td width="83%"></td>
                              </tr>
                            </table>
                            <p>&nbsp;
                          </TD>
                    </TR>

                  </TABLE>

                </TD>
              </TR>
            </TABLE>
            Gruß Oli

            Webdesign, Programmierung u.v.m. Börner It
            Rss Katalog Verzeichnis. RssKat
            PHP - Scripte, News, Tutorials u.v.m PHP Community Neu
            Günstige PHP Projekte nichts von der Stange Börner IT Shop

            Kommentar


            • #7
              und noch mehr fehler

              Warning: Cannot add header information - headers already sent by (output started at /home/www/htdocs/aukbay.de/includes/currency.inc.php:108) in /home/www/htdocs/aukbay.de/user_login.php on line 50

              Warning: Cannot add header information - headers already sent by (output started at /home/www/htdocs/aukbay.de/includes/currency.inc.php:108) in /home/www/htdocs/aukbay.de/user_login.php on line 51

              Warning: Cannot add header information - headers already sent by (output started at /home/www/htdocs/aukbay.de/includes/currency.inc.php:108) in /home/www/htdocs/aukbay.de/user_login.php on line 98

              Warning: Cannot add header information - headers already sent by (output started at /home/www/htdocs/aukbay.de/includes/currency.inc.php:108) in /home/www/htdocs/aukbay.de/user_login.php on line 105

              und hier der code

              PHP-Code:
              <?
              /*

                

              */

                include "./includes/messages.inc.php";
                include "./includes/config.inc.php";
                include "./includes/countries.inc.php";

              if(empty($action))
              {
                $action = "login";
              }

              if (($REQUEST_METHOD=="GET" && $action=="login") && !$HTTP_COOKIE_VARS["$LOGGED_IN_COOKIE"])
              {
                include "header.php";
                include "templates/template_user_login_php.html";
              }


              if (($REQUEST_METHOD=="POST" && $action=="login") || ($HTTP_COOKIE_VARS["$LOGGED_IN_COOKIE"] && $REQUEST_METHOD!="POST"))
              {
                if (($TPL_nick && $TPL_password) || $HTTP_COOKIE_VARS[$LOGGED_IN_COOKIE])
                {
                  if(!$TPL_nick)
                  {
                    $TPL_nick = $HTTP_COOKIE_VARS["$LOGGED_IN_NICK"];
                  }

                  $sql="SELECT * FROM users WHERE nick=\"". AddSlashes($TPL_nick)."\"";

                  $res=mysql_query ($sql);
                  if ($res)
                  {
                    if (mysql_num_rows($res)>0)
                    {
                      $arr=mysql_fetch_array ($res);



                      if ((md5($MD5_PREFIX.$TPL_password) == $arr[password]) || $HTTP_COOKIE_VARS["$LOGGED_IN_COOKIE"])
                      {

                        if(!$HTTP_COOKIE_VARS["$LOGGED_IN_NICK"])
                        {
                          //-- Login user
                          setcookie($LOGGED_IN_COOKIE,$arr["id"]);
                          setcookie($LOGGED_IN_NICK,$TPL_nick);
                          if (!empty($pwsafe))
                          {
                            setcookie($LOGGED_IN_PW,$TPL_password);
                          }  
                        }

                        $bm_password = $TPL_password;

                        $TPL_id_hidden=$arr[id];
                        $TPL_name=$arr[name];
                        $TPL_nick=$arr[nick];
                        $TPL_password="";
                        $TPL_repeat_password="";
                        $TPL_email=$arr[email];
                        $TPL_birthdate=$arr[birthdate ];
                        $TPL_address=$arr[address];
                        $TPL_city=$arr[city];
                        $TPL_prov=$arr[prov];
                        $TPL_country=$arr[country];
                        $TPL_zip=$arr[zip];
                        $TPL_phone=$arr[phone];
                        if ($arr[rate_num])
                        {
                          $TPL_rate=round($arr[rate_sum]/$arr[rate_num]);
                        }
                        else
                        {
                          $TPL_rate=0;
                        }


                        $TPL_birthdate = substr($TPL_birthdate,6,2).".".
                                    substr($TPL_birthdate,4,2).".".
                                    substr($TPL_birthdate,0,4);

                        $country="";
                        while (list ($code, $name) = each ($countries))
                        {
                          $country .= "<option value=\"$code\"";
                          if ($code==$TPL_country)
                          {
                          $country .= " selected";
                          }
                          $country .= ">$name</option>\n";
                        };
                            $expires = time()+(60*60*34*265*10);       // Cookie expires in 10 years.
                             setcookie("YA_USER_NICK",$TPL_nick,$expires,'','',0);
                             
                            if (!empty($pwsafe))
                            {                          
                              setcookie("YA_USER_PW",$bm_password,$expires,'','',0);
                            }  

                        Header("location:login_menu.php");
                        //exit;
                      }
                      else
                      {
                        $TPL_err=1;
                        $TPL_errmsg=$flr_101;
                      }
                    }
                    else
                    {
                      $TPL_err=1;
                      $TPL_errmsg=$flr_100;
                    }
                  }
                  else
                  {
                    $TPL_err=1;
                    $TPL_errmsg=$flr_001;
                  }
                }
                else
                {
                  $TPL_err=1;
                  $TPL_errmsg=$flr_112;
                }
              }

              if ($REQUEST_METHOD=="POST" && $action=="update")
              {
                if ($TPL_name && $TPL_nick && $TPL_email && $TPL_address && $TPL_city && $TPL_country && $TPL_zip && $TPL_phone)
                {

                  $emailsplit = explode("@",$TPL_email);
                  $emaildomain = $emailsplit[1];


                  $query = "select * from freemail order by freemail";
                  $result = mysql_query($query);
                  if(!$result)
                  {
                          print $flr_001." - ".mysql_error();
                          exit;
                  }
                  $num = mysql_num_rows($result);

                  $filteron = "0";
                  $i = 0;
                  while($i < $num)
                  {
                    $provider = mysql_result($result,$i,"freemail");
                    if ($provider == $emaildomain)
                    {
                      $filteron = "1";
                    }

                    $i++;
                  }

                  if (strlen($TPL_nick)<6)
                  {
                    $TPL_err=1;
                    $TPL_errmsg=$flr_010;
                  }
                  else if ($filteron == "1")
                  {
                    $TPL_err=1;
                    $TPL_errmsg="Die angegebene eMail-Adresse stammt von einem Provider, der auf diesem System gesperrt wurde!";
                  }
                  else if (strlen($TPL_password)<6 && strlen($TPL_password) > 0)
                  {
                    $TPL_err=1;
                    $TPL_errmsg=$flr_011;
                  }
                  else if ($TPL_password!=$TPL_repeat_password)
                  {
                    $TPL_err=1;
                    $TPL_errmsg=$flr_109;
                  }
                  else if (strlen($TPL_email)<5)    //Primitive mail check
                  {
                    $TPL_err=1;
                    $TPL_errmsg=$flr_110;
                  }
                  else if (strlen($TPL_zip)<5) //Primitive zip check
                  {
                    $TPL_err=1;
                    $TPL_errmsg=$flr_616;
                  }
                  else if (strlen($TPL_phone)<3) //Primitive phone check
                  {
                    $TPL_err=1;
                    $TPL_errmsg=$flr_617;
                  }
                  else
                  {
                    $TPL_birthdate = substr($TPL_birthdate,6,4).
                                substr($TPL_birthdate,3,2).
                                substr($TPL_birthdate,0,2);

                    $sql="UPDATE users SET name=\"".    AddSlashes($TPL_name)
                             ."\", nick=\"".      AddSlashes($TPL_nick)
                             ."\", email=\"".      AddSlashes($TPL_email)
                             ."\", birthdate=\"".  AddSlashes($TPL_birthdate)
                             ."\", address=\"".    AddSlashes($TPL_address)
                             ."\", city=\"".      AddSlashes($TPL_city)
                             ."\", prov=\"".      AddSlashes($TPL_prov)
                             ."\", country=\"".    AddSlashes($TPL_country)
                             ."\", zip=\"".      AddSlashes($TPL_zip)
                             ."\", phone=\"".      AddSlashes($TPL_phone)
                             ."\", status=\"".      AddSlashes($TPL_status)
                             ."\", newsletter=\"".      AddSlashes($TPL_newsletter);

                    if(strlen($TPL_password) > 0)
                    {
                      $sql .=   "\", password=\"".    md5($MD5_PREFIX.AddSlashes($TPL_password));
                    }

                    $sql .= "\" WHERE id='".      AddSlashes($TPL_id_hidden)."'";
                    $res=mysql_query ($sql);

                    include "header.php";
                    include "templates/template_updated.html";

                  }
                }
                else
                {
                  $TPL_err=1;
                  $TPL_errmsg=$flr_112;
                }
              }


              if ($REQUEST_METHOD=="POST" && $action == "update" && $TPL_err)
              {
                include "header.php";

                //-- If an error occures re-built countries <SELECT>
                $country="";
                while (list ($code, $name) = each ($countries))
                {
                  $country .= "<option value=\"$code\"";
                  if ($code==$TPL_country)
                  {
                    $country .= " selected";
                  }
                  $country .= ">$name</option>\n";
                };


                include "templates/template_change_details_php.html";
              }


              if ($REQUEST_METHOD=="POST" && $action == "login" && $TPL_err)
              {
                include "header.php";
                include "templates/template_user_login_php.html";
              }



                include "footer.php";
                $TPL_err=0;
                $TPL_errmsg="";
              ?>
              Gruß Oli

              Webdesign, Programmierung u.v.m. Börner It
              Rss Katalog Verzeichnis. RssKat
              PHP - Scripte, News, Tutorials u.v.m PHP Community Neu
              Günstige PHP Projekte nichts von der Stange Börner IT Shop

              Kommentar


              • #8
                Am schnellsten geht's wenn Du in die erste Zeile der index.php einfach folgendes einträgst:

                <?php ob_start(); ?>

                dann gibt's die Fehlermeldungen nicht mehr!
                carpe noctem

                [color=blue]Bitte keine Fragen per EMail ... im Forum haben alle was davon ... und ich beantworte EMail-Fragen von Foren-Mitgliedern in der Regel eh nicht![/color]
                [color=red]Hinweis: Ich bin weder Mitglied noch Angestellter von ebiz-consult! Alles was ich hier von mir gebe tue ich in eigener Verantwortung![/color]

                Kommentar


                • #9
                  da kommt aber jetzt der fehler

                  Parse error: parse error in /home/www/htdocs/aukbay.de/index.php on line 2
                  Gruß Oli

                  Webdesign, Programmierung u.v.m. Börner It
                  Rss Katalog Verzeichnis. RssKat
                  PHP - Scripte, News, Tutorials u.v.m PHP Community Neu
                  Günstige PHP Projekte nichts von der Stange Börner IT Shop

                  Kommentar


                  • #10
                    ich dussel hab doch klatt den code ins php rein kopiert
                    Gruß Oli

                    Webdesign, Programmierung u.v.m. Börner It
                    Rss Katalog Verzeichnis. RssKat
                    PHP - Scripte, News, Tutorials u.v.m PHP Community Neu
                    Günstige PHP Projekte nichts von der Stange Börner IT Shop

                    Kommentar


                    • #11
                      kannst du mal unter userlogin versuchen dich mal damit einzuloggen

                      user: corinne
                      pass oliver

                      alle anderen user sag ichs gleich vornweg das das nur ein test account ist und nacher gelöscht wird
                      Gruß Oli

                      Webdesign, Programmierung u.v.m. Börner It
                      Rss Katalog Verzeichnis. RssKat
                      PHP - Scripte, News, Tutorials u.v.m PHP Community Neu
                      Günstige PHP Projekte nichts von der Stange Börner IT Shop

                      Kommentar


                      • #12
                        kann mir noch einer bitte mal helfen
                        Gruß Oli

                        Webdesign, Programmierung u.v.m. Börner It
                        Rss Katalog Verzeichnis. RssKat
                        PHP - Scripte, News, Tutorials u.v.m PHP Community Neu
                        Günstige PHP Projekte nichts von der Stange Börner IT Shop

                        Kommentar


                        • #13
                          bau' mal in user_login.php das gleiche ein wie in index.php.

                          <?php ob_start(); ?>
                          carpe noctem

                          [color=blue]Bitte keine Fragen per EMail ... im Forum haben alle was davon ... und ich beantworte EMail-Fragen von Foren-Mitgliedern in der Regel eh nicht![/color]
                          [color=red]Hinweis: Ich bin weder Mitglied noch Angestellter von ebiz-consult! Alles was ich hier von mir gebe tue ich in eigener Verantwortung![/color]

                          Kommentar

                          Lädt...
                          X