I've been trying to move my install to http://highdesertdirt.com/
I moved the db after replacing the URL, updated the config with new db info and added
define('RELOCATE',true);
define( 'DOMAIN_CURRENT_SITE', 'highdesertdirt.com');
Somewhere read that I needed to add to the functions.php of the current theme:
update_option('siteurl','http://http://highdesertdirt.com/');
update_option('home','http://http://highdesertdirt.com/');
But I still get this error:
Warning: require(/home/dirt/public_html/wp-includes/locale.php) [function.require]: failed to open stream: No such file or directory in /home/dirt/public_html/wp-settings.php on line 268
Fatal error: require() [function.require]: Failed opening required '/home/dirt/public_html/wp-includes/locale.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dirt/public_html/wp-settings.php on line 268
I tried it with and without the old .htaccess and there are no custom rewrites.
What am I missing?