[Phpmyadmin-devel] enabling error display

Sebastian Mendel lists at sebastianmendel.de
Thu Oct 11 07:33:41 CEST 2007


Hi,

i just want to leave a note for all not already recognized this

you can enable displaying of PHP errors (NOTICEs, WARNINGs, aso.)
by enabling

$cfg['Error_Handler']['display'] = true;

in your config.inc.php

errors will be displayed in the footer of the page, if an error cannot
immediately displayed it will be displayed on next page where possible

f.e. NOTICES happen in index.php will be displayed in main.php footer



-- 
Sebastian




More information about the Developers mailing list