PHP errors

How to display PHP errors on screen

Edit config/config.ini and set

debug.error_reporting 				= E_ALL
phpSettings.display_startup_errors 	        = 1
phpSettings.display_errors 			= 1

How to not display PHP errors on screen

Edit config/config.ini and set

debug.error_reporting 				= 0
phpSettings.display_startup_errors 	        = 0
phpSettings.display_errors 			= 0

Also refer no_data_showing_the_the_grid_pages_ie._manage_invoices_products_etc for information of setting the error reporting level for you php install

  • Bookmark "wiki:how_to_display_php_errors_on_screen" at del.icio.us
  • Bookmark "wiki:how_to_display_php_errors_on_screen" at Digg
  • Bookmark "wiki:how_to_display_php_errors_on_screen" at Reddit
  • Bookmark "wiki:how_to_display_php_errors_on_screen" at StumbleUpon
  • Bookmark "wiki:how_to_display_php_errors_on_screen" at Facebook
  • Bookmark "wiki:how_to_display_php_errors_on_screen" at Twitter
 
 | wiki/how_to_display_php_errors_on_screen.txt · Last modified: 2011/12/22 12:09 (external edit)