Hello,
I applied SUPEE-5994 patch on magento 1.9.1.0 with no errors, cleared cache, logout and I got a blank homepage and a blank admin page
.
Apache error was:
mod_fcgid: stderr: PHP Fatal error: Class 'Mage_Core_Controller_Varien_Router_Admin' not found in /var/www/site.com/app/code/core/Mage/Core/Controller/Varien/Front.php on line 138
I fixed disabling, clearing, compiling and enabling compilation again.
$ php -f shell/compiler.php -- disable
$ php -f shell/compiler.php -- clear
$ php -f shell/compiler.php -- compile
$ php -f shell/compiler.php -- enable
Everything seems ok, I can place orders, login to admin panel.. but if I try to open magento connect, I get a blank page. Error is the same:
mod_fcgid: stderr: PHP Fatal error: Class 'Mage_Core_Controller_Varien_Router_Admin' not found in /var/www/site.com/app/code/core/Mage/Core/Controller/Varien/Front.php on line 138
Any help?