Just changed themes with drupal and I’m left with white screen of death. Default theme which worked was Zen. This is stored under sites/mysite.com/themes
Theme I changed to I think is one of the themes under themes/
Don’t have access to the database. Have FTP access.
Is there any way to change themes or install one that will work?
Just changed themes with drupal and I’m left with white screen of death. Default
Share
The easiest way to correct your problem is to find what’s wrong.
go to index.php and add the following lines after
<?phpThen post the error here.
Don’t forget to comment/remove when you’re done.
EDIT:
If I understood correctly this was what you did before going WSOD.
.
If this is true then follow these steps:
Create a blank theme.
In order to do this, create a folder in your computer named “theme_b”.
Inside create the following files:
theme_b.info, template.php, style.css and page.tpl.php
Open theme_b.info and paste this:
Save.
Open page.tpl.php and paste this:
Save.
Then upload the folder theme_a to sites/yoursite.com/themes replacing existing theme_a folder.
This should enable you to access admin section of drupal.