in windows i can see the PHP errors, but in ubuntu, i can't see ..
to fixing, you must edit php.ini and set display_errors = On
- sudo vi /etc/php5/php.ini
- find display_errors and set : On
- save and restart apache (sudo service apache2 restart)