I create a copy of my magento system in version 1.9.2.4. I copied alle files (from zip) of version 1.9.3.1 and update my test system.
If I try to call magento, I got the error:
Fatal error: Call to a member function isAllowed() on a non-object in /kunden/390284_47533/webseiten/test_magento/app/code/core/Mage/Core/Model/Translate.php on line 122
I try to debug with var_dump and get this message in log file:
a:5:{i:0;s:67:"Mage registry key "_singleton/core/translate_inline" already exists";i:1;s:2167:"#0 /kunden/390284_47533/webseiten/test_magento/app/Mage.php(223): Mage::throwException('Mage registry k...')
I have deleted all session and cache data and disabled the cache.
Any idea?
See here