php - Magento white screen on Admin log in page? -


i trying magento load core files adminhtml of theme i'm using instead of default core location , added following code extension:

<stores> <admin> <!-- default admin design package , theme -->     <design>         <package>             <name>fortis</name>         </package>         <theme>             <default>default</default>         </theme>     </design> </admin> 

now white screen when go webshop/admin. can't log in anymore. when remove code extensions config file , if disable extension white screen.

anyone know how fix this?

thanks.

first of please take @ magento log ( /var/log/exception.log ).

did tried clear magento cache?


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -