Ok,
op mijn website staan de errors af, kan ik deze aanzetten met ini_set?
Ik heb dit gevonden op PHP.net
PHP
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
Toon Meer
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
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 :cheer: