Closed
Description
I have "display_errors" set to "on" for my dev server. Sometimes, in backend, an error is shown at the bottom of a page after all other output. I have the latest dev-34 version.
Fatal error: Class 'Mage' not found in /var/www/app/code/core/Mage/Core/Model/Abstract.php on line 174
Call Stack:
0.9556 17248592 1. Mage_Core_Model_Abstract->__sleep() /var/www/app/code/core/Mage/Core/Model/Abstract.php:0
Clearly a model is being serialized as it is disposed automatically. But the 'Mage' class has already been disposed before it.