
11 Oct
2007
11 Oct
'07
7:33 a.m.
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