Le pb ne vient pas de Nuke, mais de EasyPHP v1.7 et plus précisément le fichier /easyphp1-7/apache/php.ini
Repères ces ligne et modifies les comme suit :
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Error handling and logging ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; - Show all errors, except for notices
error_reporting = E_ALL & ~E_NOTICE
; - Show all errors
;error_reporting = E_ALL
;;;;;;;;;;;;;;;;;
; Data Handling ;
;;;;;;;;;;;;;;;;;
; You should do your best to write your scripts so that they do not require
; register_globals to be on; Using form variables as globals can easily lead
; to possible security problems, if the code is not very well thought of.
register_globals = On
PS: 3 modifs
~°sidarus°~


