Show/hide PHP errors
add to wp-config: define( 'WP_DEBUG', TRUE ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); or to htaccess: php_flag display_errors on