Moved WP, now wp-include path and all pages broken?
-
I just moved a WP install from one domain to another by exporting the DB, find and replacing the domain address, and then importing it and moving all the site files to the new domain. I’ve done this before without a hitch, but am having trouble this time around. Admittedly, I was moving the site from a folder on a domain, to the root of another domain. Maybe this is why I have the problem.
The site with the errors is here: https://www.africanwildlifeconservationfund.org/
On the front page, where I try to fetch an external feed, there is an error about
/htdocs/wp-includesfeed.php
being missing. Why is there no slash afterwp-includes
? Do I have a path set up incorrectly in my config? I checked the template that the homepage uses, and the code seems to be intact:<?php include_once(ABSPATH . WPINC . 'feed.php');
. Perhaps my WPINC was set incorrectly during my find-and-replace bonanza? Oddly, the feed is still fetched properly. All pages seem to be broken as well, throwing Internal Server Errors.Any hints?
Edit: It seems that WPINC is indeed set to
'wp-includes'
(no slash). Is this as it should be? The template page and WPINC setting are the same on the old installation of WP, but somehow there I get no error?
- The topic ‘Moved WP, now wp-include path and all pages broken?’ is closed to new replies.