Seite 1 von 1

Trots error_reporting 2047 keine Fehlermeldungen?

Verfasst: 29.01.2007 21:11
von rox²³
Ich verstehe es nicht bei mir auf dem Webserver ist die Höchste stüfe der Errormassages eingestellt trotsdem bringt er keinerlei Notice oder ähnliches.
Nicht mal wenn ich extra noch im script ini_set ('error_reporting', E_ALL); einfüge. Ich merke erst das da noch was ist wenn ich zum Hoster hochlade.

Meine php version iss 4.4.4
Einstellungen:

error_append_string no value no value
error_log no value no value
error_prepend_string no value no value
error_reporting 2047 2047

Hat jemand ne Ahnung warum das so ist?

Verfasst: 30.01.2007 01:08
von Pyramide
display_errors gesetzt?

Verfasst: 30.01.2007 01:23
von rox²³
Pyramide hat geschrieben:display_errors gesetzt?
Hmm wie mache ich das in der php.ini?

Verfasst: 30.01.2007 01:40
von Pyramide
; Print out errors (as a part of the output). For production web sites,
; you're strongly encouraged to turn this feature off, and use error logging
; instead (see below). Keeping display_errors enabled on a production web site
; may reveal security information to end users, such as file paths on your Web
; server, your database schema or other information.
display_errors = On