Error Log – Can’t Find Report Folder After Installation

errorinstall

I've just uploaded the Magento files to my server and just gave the proper permissions to folders… but I'm getting an error before the install.
I know that I have to look for the error at the report folder that it's inside var folder, but it isn't even created.

Best Answer

Uncomment ini_set("display_errors",1); inside your index.php file and try again. It will give you the php error if there is one.