Question

I am not able to get the location of error report while working in Magento Enterprise Edition 1.14.

I did not get anything in var folder of the site please help me.

enter image description here

Was it helpful?

Solution

Your reports should be in /path/to/magento/var/report.

If your permissions aren't set up correctly magento will not be able to write there. Try chmod -R 777 /path/to/magento/var/report. The folder should be owned by the same user that PHP-FPM or Apache is running as (depending on your setup). E.g chown -R www:www /path/to/magento/var report if PHP is running as www

OTHER TIPS

You should see a report folder under var where you can see the file with same name as per your screenshot.

If report folder is not there then there might be the permission issue. So give the proper permission on var folder and reload the magento website.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top