I have uninstalled web from extension and installed it again since than I am getting this error while i try to open the admin. Front end is working fine.Please help
相关问题
- Magento 1.7.0.2 Index Management overwriting URL R
- Storing values with duplicate keys in TreeMap, Has
- Magento: Best way to avoid extension conflicts
- Magento Fatal error: Maximum execution error solut
- jquery/prototype conflicts in Magento
相关文章
- Magento, translate validation error messages
- Magento API order id vs. increment id
- Unique constraint violation on Magento 1.4.0 to 1.
- Editing Magento sales e-mail payment block
- Set InstallPath registry key using Visual Studio S
- Adding tags to products in Magento
- Magento Collection GroupBy getSize
- Magento upfront payment
Ok, so Debug. Go to app/Mage.php. Find register function add in
Do this right before
if (isset(self::$_registry[$key])) {
Then go to app/var/log/some_filename.log. There should be two entries. One is right and one is wrong (read duplicate). That should help you to find the offending file/function.
NOTE: Be sure to backup app/Mage first and restore it after. This is a critical file.
It is very important to clear the Compiler cache and after that turn it on in backend of Magento.
Clear the cache:
Disable/Clear Magento compilation