The solution is simple:
1) open your wp-config.php file

2) add following 2 lines in the end of it:

/** Turns off the displaying of errors in PHP. */
@ini_set('display_errors', 0);

/**...