14/10/2010, 18:59:53
Bravo c'était cela dans le fichier php.ini lignes 516. Le bon code:
; Default Value: E_ALL & ~E_NOTICE
; Development Value: E_ALL | E_STRICT
; Production Value: E_ALL & ~E_DEPRECATED
; http://php.net/error-reporting
error_reporting = E_ALL & ~E_DEPRECATED
le soucis était sur la dernière ligne où il avait error_reporting = E_ALL
merci pour ton aide
; Default Value: E_ALL & ~E_NOTICE
; Development Value: E_ALL | E_STRICT
; Production Value: E_ALL & ~E_DEPRECATED
; http://php.net/error-reporting
error_reporting = E_ALL & ~E_DEPRECATED
le soucis était sur la dernière ligne où il avait error_reporting = E_ALL
merci pour ton aide