Site transfer issues

Code Monkey

Well-known member
I moved my vBulletin site out of the live directory and moved my xenforo site in and just white pages everywhere. Move it back into dev directory and it works fine. So is there some setting somewhere that I need to change before moving?
 
Something is still pointing to the old directory and it's throwing a fatal error. I changed the site details in admin.

Code:
PHP Warning:  require(/home/mysite/public_html/devdir/library/XenForo/Autoloader.php): failed to open stream: No such file or directory in /home/mysite/public_html/devdir/index.php on line 6
[Sun May 19 18:17:31 2013]
 
 
[error] PHP Fatal error:  require(): Failed opening required '/home/mysite/public_html/devdir/library/XenForo/Autoloader.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/mysite/public_html/devdir/index.php on line 6
 
Top Bottom