White screen on installation

ok try going into the root directory of you suite instance and edit the file index.php

and at the top insert a line after <?php

and add:-

ini_set('display_errors', '0');

Worked like a charm. Any thoughts on why this was necessary?

Iā€™d guess its not using the php.ini you where editing

Strange, would there be another php.ini file somewhere that Iā€™m not aware of besides in the /www

Why would it be working with no problems before the Yum update and after the Apache recompile?