Solution:
Try inserting this in your index.php
error_reporting(0);
ini_set('display_errors', 0);
or this in .htaccess
# supress php errors
php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
php_value docref_root 0
php_value docref_ext 0
or just fix them 🙂