Moved WordPress Within Same Server, Can't Login
-
I just moved my wordpress blog from it’s own folder to the root directory on my server. I did as the Moving WordPress codex instructed, however I can no longer login.
The message I get is:
Warning: require_once(/home/tiaradia/public_html/portal/wp-includes/load.php): failed to open stream: No such file or directory in /home/tiaradia/public_html/portal/wp-load.php on line 42
Fatal error: require_once(): Failed opening required ‘/home/tiaradia/public_html/portal/wp-includes/load.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/tiaradia/public_html/portal/wp-load.php on line 42
It’s basically still pointing to the original folder (portal). Oddly enough though, I tried moving it back to that folder and then in the error message, it was pointing to the proper folder (home/tiaradia/public_html/wp-login.php).
I tried moving it to the new location again but still no luck. Any help I could get would be most appreciated.
The topic ‘Moved WordPress Within Same Server, Can't Login’ is closed to new replies.