Ok,
op mijn website staan de errors af, kan ik deze aanzetten met ini_set?
Ik heb dit gevonden op PHP.net
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Name Default Changeable Changelog
error_reporting NULL PHP_INI_ALL
display_errors "1" PHP_INI_ALL
display_startup_errors "0" PHP_INI_ALL
log_errors "0" PHP_INI_ALL
log_errors_max_len "1024" PHP_INI_ALL Available since PHP 4.3.0.
ignore_repeated_errors "0" PHP_INI_ALL Available since PHP 4.3.0.
ignore_repeated_source "0" PHP_INI_ALL Available since PHP 4.3.0.
report_memleaks "1" PHP_INI_ALL Available since PHP 4.3.0.
track_errors "0" PHP_INI_ALL
html_errors "1" PHP_INI_ALL PHP_INI_SYSTEM in PHP <= 4.2.3.
xmlrpc_errors "0" PHP_INI_SYSTEM Available since PHP 4.1.0.
xmlrpc_error_number "0" PHP_INI_ALL Available since PHP 4.1.0.
docref_root "" PHP_INI_ALL Available since PHP 4.3.0.
docref_ext "" PHP_INI_ALL Available since PHP 4.3.2.
error_prepend_string NULL PHP_INI_ALL
error_append_string NULL PHP_INI_ALL
error_log NULL PHP_INI_ALL
|
|
|
de default waarden staan erbij, maar wat moet ik doen om ze te veranderen naar die dat ik zoek, anders gezegd in wat moet ik ze veranderen.
Ik heb momenteel
1
|
error_reporting(E_ALL ^E_NOTICE);
|
|
|
gezet in het script waar iets niet werkt maar dat doet niets,
als ik or die('ERROR'

; zet aan de functie waar ik denk dat de fout is zegt het echter wel ERROR, en sterft (hha) hij.
Alvast bedankt
30-08-2010 22:10
Dit topic is 209 keer bekeken door 44 verschillende leden
Reacties op: "Error Reporting"
1
Reageer op: "Error Reporting"
1