I'm getting this error when I click on any product in my magento store -
"There has been an error processing your request"
Error log record number: XXXXXXXXXXXX
I tried these steps below, but they didn't work -
array( 'cache_dir' => 'null',
change "null" to "tmp/" and the code will look like this -
array( 'cache_dir' => 'tmp/',
I did these steps but they didn't work.
Is there anything else I can do to fix the issue where clicking on any product brings me to an error page? Please give me all the steps on where to go and exactly how to locate specific files and edit certain parts of these files.
Thanks!
Go to your /var/report directory and you should see a file with the same name as the error log record number.
Open up the file and you should be able to find more details about the error.