Hi,
I just finished installing EE and keep getting blanks pages for both the main page and the admin page.
It is hosted on a Windows Server 2003 with very recent versions of PHP and MySQL.
I did the following according to what I have read elsewhere.
1) Checked path.php. It was completely empty, so i added :
<?php
$system_path = “./system/”;
?>
No Luck.
2) Doublechecked the Cache folders. They were fine.
3) Could not check the default page since admin page is balnk too.
4) I have added the error reporting stuff. Nothing happens. I have even gone into php.ini and made sure that that the line error_reporting = E_ALL is not commented out. It wasn’t.
Any ideas as to what I should do next.
Thank you
Curt