Hello
Please advice: where drupal stores info about current active themes? Which table?
I upgraded Drupal, and when I enter admin area I have white screen of death. IMHO custom theme is causing that issue, could somebody help me?
Regards
Hello
Please advice: where drupal stores info about current active themes? Which table?
I upgraded Drupal, and when I enter admin area I have white screen of death. IMHO custom theme is causing that issue, could somebody help me?
Regards
If you think the problem is being caused by a custom theme, you can just move it out from the themes or sites/all/themes directory.
The current theme globally set a Drupal site is saved in the variable theme_default
. If users are then allowed to change theme, the theme they chose is saved in the users table; in that case, if you have selected a theme that is different from the default one for your account, you need to change the user data for your account directly in the database.
Looking at the reply you have given in the other answers, I wonder if the problem is really the theme. Did you try to change the default to a different one, to check if you still see the WSOD?