ciao a tutti,
ho seguito la Guida PHP su Windows di Fabio Sutto ma dopo l' installazione di phpMyAdmin se sul browser digito mi dà quest'errore:

codice:
phpMyAdmin - 
Non posso far partire la sessione senza errori, controlla gli errori nel log di PHP e/o del tuo server web e configura correttamente la tua installazione di PHP.
per scrupolo ho controllato l'error.log di apache 2.2 ma sembra tutto regolare:
[Thu Apr 07 22:41:52 2011] [notice] Parent: Received restart signal -- Restarting the server. [Thu Apr 07 22:41:52 2011] [notice] Child 5304: Exit event signaled. Child process is ending. [Thu Apr 07 22:41:52 2011] [notice] Apache/2.2.17 (Win32) PHP/5.2.17 configured -- resuming normal operations [Thu Apr 07 22:41:52 2011] [notice] Server built: Oct 18 2010 01:58:12 [Thu Apr 07 22:41:52 2011] [notice] Parent: Created child process 2180 [Thu Apr 07 22:41:52 2011] [notice] Child 2180: Child process is running [Thu Apr 07 22:41:53 2011] [notice] Child 2180: Acquired the start mutex. [Thu Apr 07 22:41:53 2011] [notice] Child 2180: Starting 64 worker threads. [Thu Apr 07 22:41:53 2011] [notice] Child 5304: Released the start mutex [Thu Apr 07 22:41:54 2011] [notice] Child 5304: All worker threads have exited. [Thu Apr 07 22:41:54 2011] [notice] Child 5304: Child process is exiting [Thu Apr 07 22:41:54 2011] [notice] Child 2180: Starting thread to listen on port 80.
ovviamente ho inserito anche la password qui:
codice:
$cfg['Servers'][$i]['password'] = 'ROOT PASSWORD';
qualcuno può aiutarmi?
grazie