you have to check your php.ini file of your server. display_errors should be on there.
or use
@ini_set('display_errors',1);
in your config file of wordpress