

- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 -
- In the CPanel, go to File Manager and then go to the "errors" folder.
- Rename "local.xml.sample" to "local.xml".
- Go to "lib/Zend/Cache/Backend" and click "Edit" on "File.php"
- 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/',
- Go to your root directory folder and make a "tmp" folder.
- 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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.


- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content