Reputation: 67
I've transferred Drupal site to another hosting provider and somehow the theme looks different and I'm getting below messages when I try to log into admin by going to /user url.
Warning: include(/home/spankyb/public_html/sites/all/themes/siteTheme/includes/inc.mainnav.php) [function.include]: failed to open stream: No such file or directory in include() (line 10 of /home/spankyou/public_html/sites/all/themes/siteTheme/templates/page--front.tpl.php).
Warning: include() [function.include]: Failed opening '/home/spankyb/public_html/sites/all/themes/siteTheme/includes/inc.mainnav.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in include() (line 10 of /home/spankyou/public_html/sites/all/themes/siteTheme/templates/page--front.tpl.php).
Warning: include(/home/spankyb/public_html/sites/all/themes/siteTheme/includes/inc.spankcounter.php) [function.include]: failed to open stream: No such file or directory in include() (line 42 of /home/spankyou/public_html/sites/all/themes/siteTheme/templates/page--front.tpl.php).
Warning: include() [function.include]: Failed opening '/home/spankyb/public_html/sites/all/themes/siteTheme/includes/inc.spankcounter.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in include() (line 42 of /home/spankyou/public_html/sites/all/themes/siteTheme/templates/page--front.tpl.php).
Warning: include(/home/spankyb/public_html/sites/all/themes/siteTheme/includes/inc.sharingfooter.php) [function.include]: failed to open stream: No such file or directory in include() (line 56 of /home/spankyou/public_html/sites/all/themes/siteTheme/templates/page--front.tpl.php).
Warning: include() [function.include]: Failed opening '/home/spankyb/public_html/sites/all/themes/siteTheme/includes/inc.sharingfooter.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in include() (line 56 of /home/spankyou/public_html/sites/all/themes/siteTheme/templates/page--front.tpl.php).
I think I need to change /home/spankyb to spankyou
Is there a way to do this and also is there another problem that I need to fix?
Upvotes: 0
Views: 516
Reputation: 680
Follow following steps:
This should fix all the errors.
Upvotes: 1