Migrating from linux to windows, path errors?
-
I recently installed wp 4.3.1 in a linux shared hosting environment. I am attempting to migrate it to a windows 2012 shared hosting environment. I restored the database (mysql) and altered the db name, server name, user name, and password in the wp-config.php file. When I attempt to launch the site I get the errors below. The errors mention the settings file, I didn’t mod that and expect I don’t need to. Is for example line 21 the first non-rem’d line, and not strict line count? It’s not a multisite installation or anything complex like that. I would appreciate help with this issue.
Warning: require(H:\root\home\myhostingacct-001\www\mysitename/wp-includes/load.php): failed to open stream: No such file or directory in H:\root\home\myhostingacct-001\www\mysitename\wp-settings.php on line 21
Warning: require(H:\root\home\myhostingacct-001\www\mysitename/wp-includes/load.php): failed to open stream: No such file or directory in H:\root\home\myhostingacct-001\www\mysitename\wp-settings.php on line 21
Fatal error: require(): Failed opening required ‘H:\root\home\myhostingacct-001\www\mysitename/wp-includes/load.php’ (include_path=’.;c:\php56\includes;c:\php56\pear’) in H:\root\home\myhostingacct-001\www\mysitename\wp-settings.php on line 21
- The topic ‘Migrating from linux to windows, path errors?’ is closed to new replies.