Renamed WordPress folder, got Warning & Fatal Error?
-
I renamed the folder for my wordpress page by doing this: http://codex.wordpress.org/Answers-Installation#Rename_Folder
Now I’m getting the following error message when I try to visit the new address and get access the dashboard:
Warning: require_once(/home/content/90/4542990/html/successfulnessacademy/wp-includes/load.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/90/4542990/html/successfulnessacademy/wp-load.php on line 49
Fatal error: require_once() [function.require]: Failed opening required ‘/home/content/90/4542990/html/successfulnessacademy/wp-includes/load.php’ (include_path=’.:/usr/local/php5/lib/php’) in /home/content/90/4542990/html/successfulnessacademy/wp-load.php on line 49
And the following when I try to visit the site:
Warning: require_once(/home/content/90/4542990/html/successfulnessacademy/wp-admin/admin.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/90/4542990/html/successfulnessacademy/wp-admin/index.php on line 10
Fatal error: require_once() [function.require]: Failed opening required ‘/home/content/90/4542990/html/successfulnessacademy/wp-admin/admin.php’ (include_path=’.:/usr/local/php5/lib/php’) in /home/content/90/4542990/html/successfulnessacademy/wp-admin/index.php on line 10
And the URL in these error messages (successfulnessacademy) is from the old address – not the new one.
In case it matters, here are the lines from the files the error message points to:
wp-load.pho, line 49: require_once( ABSPATH . WPINC . ‘/load.php’ );
index.php, line 10: * Tells WordPress to load the WordPress theme and output it.
How do I resolve this so I can get access to my site again?
- The topic ‘Renamed WordPress folder, got Warning & Fatal Error?’ is closed to new replies.