John Connor
Forum Replies Created
-
Thanks. It was the Yoast SEO plugin v14.7.
Forum: Fixing WordPress
In reply to: How to update old site URL after already transferring domainThanks Steve! Your suggestion inadvertently helped me in the end. I used WinSCP to access my old site’s ‘/var/www/html’ folder in order to copy the above tool into that folder.
While doing so, I realised that I could just update the ‘wp-config.php’ file to point to my AWS’ instance’s IP address (I also edited the theme’s ‘functions.php’ file in case) according to the instructions here: https://codex.ww.wp.xz.cn/Changing_The_Site_URL
I then restarted my old instance and navigated to ‘http://<old IP>/wp-admin’ and logged into the old site with no problems.
Thanks for helping me on my way 🙂
Forum: Fixing WordPress
In reply to: Trouble changing URL (despite following instructions)*UPDATE* I think the reason why the linked solutions aren’t working for me is because I have an older version of WordPress installed that does not recognise these functions.
For example, when I try to use the Relocate Method, I get this error:
“Fatal error: Call to undefined function wp() in /home/content/t/e/r/terrill99/html/blog/wp-blog-header.php on line 14”
Forum: Fixing WordPress
In reply to: Trouble changing URL (despite following instructions)@greiz Not my first choice – total database noob. May have to call on a few favours from database-familiar friends though if a simpler solution (from my POV) can’t be found 🙂
Thanks!