Fatal error: Uncaught Error: Function name must be a string in /var/www/html/includes/src/__default.php:27705 Stack trace: #0 /var/www/html/includes/src/__default.php(13845): Mage_Core_Model_Layout->getOutput() #1 /var/www/html/includes/src/__default.php(11205): Mage_Core_Controller_Varien_Action->renderLayout() #2 /var/www/html/includes/src/__default.php(11120): Mage_Cms_Helper_Page->_renderPage(Object(Mage_Cms_IndexController), 'home') #3 /var/www/html/app/code/core/Mage/Cms/controllers/IndexController.php(45): Mage_Cms_Helper_Page->renderPage(Object(Mage_Cms_IndexController), 'home') #4 /var/www/html/includes/src/__default.php(13873): Mage_Cms_IndexController->indexAction() #5 /var/www/html/includes/src/__default.php(18235): Mage_Core_Controller_Varien_Action->dispatch('index') #6 /var/www/html/includes/src/__default.php(17769): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http)) #7 /var/www/html/includes/src/__default.php(20369): Mage_Core_Controller_Varien_Front->dispatch() # in /var/www/html/includes/src/__default.php on line 27705
Hi @sanwebenrich,
As @Sunil Patel said you are using the compiler and maybe is a good idea to stop using it.
If you cant to disable the compiler, go to the shell directory and then run:
php compiler.php state
Now you'll see the current status of or compiler. If is enabled and/or compiled, please, execute this commands:
php compiler.php disable php compiler.php clear
Now is disabled and you've cleared all the generated files.
Can you try it and check if the store is still failing?