SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same problem - solved it by setting display_errors = On in both php.ini files.
display_errors = On
php.ini
/etc/php5/apache2/php.ini /etc/php5/cli/php.ini
Then restarting Apache:
sudo /etc/init.d/apache2 restart
Hope this helps.