Go to this File: magento/app/code/core/Mage/Core/Model/Cache.php
Comment this Code
Code:
default: try { if (class_exists($type, true)) { $implements = class_implements($type, true); if (in_array('Zend_Cache_Backend_Interface', $implements)) { $backendType = $type; } } } catch (Exception $e) { }
Once Done Clear your magento cache and then Re-index Magento in Index Management.
you will get rid of this Fatal error: Exception thrown without a stack frame in Unknown on line 0
Note: If you Find my Post useful please click on the Thanks Icon
2 answers
What is the issue that users experience that would bring up this error?
This is an Exceptional Error and this error arises cause of the Cache. I solved a Ticket by doing this.
I thought it is unique and posted here for reference.
Note: If you Find my Post useful please click on the Thanks Icon