Magento2 Class Mage Not Found – PHP Fatal Error

fatal errormagento2PHP

I'm new to Magento 2.

Fatal error: Class 'Mage' not found in \vendor\magento\module-theme\view\base\templates\root.phtml on line 23

Can anybody tell me how to solve this?

Best Answer

Mage is deprecated in Magento2.

Magento2, not using factory Patten types like Mage::getModel ,Mage::getsingleton() etc

It now uses the class nameSpace concept

To learn more about how to use ObjectManager in Magento 2, checkout these links: