Managing PHP errors
From ULYSSIS documentation
PHP errors are not displayed by default. If you want to show PHP errors you can add these line to a .htaccess file in the documentroot of your website.
For example create a file ~/www/.htaccess with this content:
php_value display_errors on