Site using old path after moving folders
-
I developed a site in a folder (/2013/) and went to move it to the root. I updated siteurl and home to be the new root, however now I get errors all over the place saying that it can not find files in the /2013/ directory. All plugins give this error, and if I disable them I get the error in my admin:
Warning: require_once(/home/users/f/fbcslc/public_html/2013/wp-load.php) [function.require-once]: failed to open stream: No such file or directory in /home/users/f/fbcslc/public_html/2013/wp-admin/admin.php on line 30 Fatal error: require_once() [function.require]: Failed opening required '/home/users/f/fbcslc/public_html/2013/wp-load.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/users/f/fbcslc/public_html/2013/wp-admin/admin.php on line 30As you can see, it’s still looking for the 2013 folder. I’ve grepped all my files for any reference to 2013, and used http://interconnectit.com/products/search-and-replace-for-wordpress-databases/ to search my database for any references to it, and there is nothing there.
If I copy the site to the /2013/ folder as well as having it in the root, it works fine in the root folder, but is using plugins and other files from the /2013/ folder instead of the root.
Is there anything else I should be looking for or something I can do get it to stop looking at that old folder?
The topic ‘Site using old path after moving folders’ is closed to new replies.