cancel
Showing results for 
Search instead for 
Did you mean: 

There has been an error processing your request, can't click on products

There has been an error processing your request, can't click on products

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 -

 

  1. In the CPanel, go to File Manager and then go to the "errors" folder.
  2. Rename "local.xml.sample" to "local.xml".
  3. Go to "lib/Zend/Cache/Backend" and click "Edit" on "File.php"
  4. Scroll down a bit until you see this code -

array( 'cache_dir' => 'null',

 

change "null" to "tmp/" and the code will look like this -

 

array( 'cache_dir' => 'tmp/',

 

  1. Go to your root directory folder and make a "tmp" folder.
  2. After that refresh your page.

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!

2 REPLIES 2

Re: There has been an error processing your request, can't click on products

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. 

Re: There has been an error processing your request, can't click on products

Thanks for the tip, but this has been fixed.