hi
after trying to install the patches my website wont open anymore.
it show:
Fatal error: Class 'Mage_Install_Controller_Router_Install' not found in /home3/MY WEBSITE.com/includes/src/__default.php on line 17831
what did i do?
anyway to revert it back??
thanks in advance!
You got the Compiler enabled.
First you'll need to disable de compiler and delte de compiled files (and cache, of course)
Second step is to apply the patch (you did this so you can skip).
Once everything has started to work fine again you can enable the compiler again.
Common SUPEE-5994 patch application issue. It tries to add a file, the path doesn't exist, so the new file isn't created despite it showing up in installed.patches.list as having successfully completed.
The following file is missing
app/code/core/Mage/Install/Controller/Router/Install.php
Here for fix => http://magento.stackexchange.com/a/68159/553
hi
thanks alot!
the problem was the catch it needed to be cleaned manually.
thanks