So I have developed a drupal
site long ago and now I wanted new site with same drupal 7
. So I use multisite feature to develop new site. I have created it in staging server
and now I want to migrate the setup to live server.
I follow following steps
After performing this steps, I think it should run. But my guess is wrong. It gives me blank page. Even the strange thing is if I echo 'testing';
in /sites/new.domain.com/template/page--front.tpl.php
its not reflecting the change.
What am I missing here? Any help will be appreciate.
Thanks in advance. Jay Stepin.
1 - Check if you have all modules on live server
2 - Clear all cache in database , truncate all tables who begin by "cache" (you can use drush too : drush cc all)
3 - Use drush registry rebuild (drush rr)
4 - Use drush to see logs