Add these lines to your wp-config.php file to turn on debugging. Information will be saved in wp-content/debug.log file.
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', '/tmp/sitename-wp-errors.log' ); define( 'WP_DEBUG_DISPLAY', false );
Sharon