Ciao,
sto provando ad installare phplive2.0 e mi sta dicendo :tradotto in italiano e :'session.save_path' directory not set! Please set your session.save_path in your php.ini file. It is usally set to /tmp for UNIX, C:\Temp for windows. After you have done this, reload this page.Nel phpinfo() si dice che l elenco e /tmp_r e l funzione che mi sta d'ando l' errore e:l elenco 'session.save_path' non e attivato! Per favore aggustiare session.save_path nel tuo php.ini. Normalmente si trova in /tmp in UNIX e c:\Temp in windows. Dopo aver fatto cosi, ricarica la pagina.
per favore auitate mi// do initial checks to make sure setup can run
if ( !is_dir( session_save_path() ) )
{
print "<font color=\"#FF0000\">'session.save_path' directory not set! Please set your session.save_path in your php.ini file. It is usally set to /tmp for UNIX, C:\Temp for windows. After you have done this, reload this page.</font>" ;
exit ;
}
grazie