LINUX.ORG.RU

История изменений

Исправление emissar, (текущая версия) :

display_errors = On
; Default Value: On
; Development Value: On
; Production Value: Off

Может глупость, но ты уверен, что именно в том месте display_errors прописал?

$ cat /etc/php5/apache2/php.ini | grep -i -A 3 display_errors

; display_errors
; Default Value: On
; Development Value: On
; Production Value: Off
--
display_errors = Off

; The display of errors which occur during PHP's startup sequence are handled
; separately from display_errors. PHP's default behavior is to suppress those
; errors from clients. Turning the display of startup errors on can be useful in
; debugging configuration problems. But, it's strongly recommended that you
; leave this setting off on production servers.


Я к тому, что помимо того места, где прописано у тебя «On», ниже есть есть еще «display_errors = Off» по дефолту. В убунте по крайней мере.

Исправление emissar, :

display_errors = On
; Default Value: On
; Development Value: On
; Production Value: Off

Может глупость, но ты уверен, что именно в том месте display_errors прописал?

$ cat /etc/php5/apache2/php.ini | grep -i -A 3 display_errors
; display_errors
; Default Value: On
; Development Value: On
; Production Value: Off
--
display_errors = Off

; The display of errors which occur during PHP's startup sequence are handled
; separately from display_errors. PHP's default behavior is to suppress those
; errors from clients. Turning the display of startup errors on can be useful in
; debugging configuration problems. But, it's strongly recommended that you
; leave this setting off on production servers.


Я к тому, что помимо того места, где прописано у тебя «On», ниже есть есть еще «display_errors = Off» по дефолту. В убунте по крайней мере.

Исходная версия emissar, :

display_errors = On
; Default Value: On
; Development Value: On
; Production Value: Off

Может глупость, но ты уверен, что именно в том месте display_errors прописал?

$ cat /etc/php5/apache2/php.ini | grep -i -A 3 display_errors
; display_errors
; Default Value: On
; Development Value: On
; Production Value: Off
--
display_errors = Off

; The display of errors which occur during PHP's startup sequence are handled
; separately from display_errors. PHP's default behavior is to suppress those
; errors from clients. Turning the display of startup errors on can be useful in
; debugging configuration problems. But, it's strongly recommended that you
; leave this setting off on production servers.

Я к тому, что помимо того места, где прописано у тебя «On», ниже есть есть еще «display_errors = Off» по дефолту. В убунте по крайней мере.