Error wp-settings.php on line 268 after moving multisite to new URL
-
I’ve been trying to move my install to https://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’,’https://https://highdesertdirt.com/’);
update_option(‘home’,’https://https://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?
- The topic ‘Error wp-settings.php on line 268 after moving multisite to new URL’ is closed to new replies.