by Pavel Krejci.
Check the "PHP Info" in Site Administration - Server for the following entries:
error_log, log_errors, display_errors. If "log_errors" is enabled, then try to check the corresponding error_log for PHP errors. If logging is disabled, then try to enable it in PHP configuration or in config.php via ini_set() functions. Example here.