Mert Yazıcıoğlu
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Move] [Plugin: WordPress Move] MOVE unsuccessful…Advanced processes like migration require at least some knowledge about how things work. I always try to do my best to help every single user out there asking for help, as soon as possible which is not something I have to do. However, if you cannot describe your situation clearly, unfortunately I cannot help you. Your first 3 comments were nowhere near being clear and when you told me that you skipped the first step, you did not even tell me the reason. I am here trying to help you but it is you who is going to make it faster and easier.
“Pointing a domain” is not from the vocabulary of mine, it is a phrase that is being used by everyone. Googling it returns over 40 million results and there are even videos showing you how to do it. I cannot tell you how to do it because the process varies from one hosting company to another. For these kinds of things, you need to refer to the documentation or the help guide provided by your host. If you are still not sure how to do it, open a ticket in the support section of your hosting provider and ask them whether they can do it for you or not. I would love to tell you how to do it in detail, but unfortunately (for obvious reasons) I cannot.
From the FAQ section of the documentation provided with WordPress Move:
6. Does WordPress Move take care of changing the whole domain name changing process?
No, it does not. WordPress Move just replaces instances of your old domain name in your database with the new domain name you provide. It is still your responsibility to point your domain name to the name servers used by your hosting company and make necessary configurations on the control panel provided by your hosting company. Before starting this process, please request assistance from your hosting company as some companies’ systems erase all your data without creating backups when you change your domain name. Also, do not forget that it is always a good idea to have a backup of your files and the database before starting operations like these.Once you successfully point your new domain to your old account, please follow the steps 2, 3, 4 and 5, in that order. If you encounter another problem, just let me know so that I can assist you.
Forum: Plugins
In reply to: [WordPress Move] [Plugin: WordPress Move] MOVE unsuccessful…Why are you skipping the first step? That’s the whole point…
Forum: Plugins
In reply to: [WordPress Move] [Plugin: WordPress Move] MOVE unsuccessful…Doesn’t matter, you can follow the same steps.
Forum: Plugins
In reply to: [WordPress Move] [Plugin: WordPress Move] MOVE unsuccessful…Yes, it makes sense, thank you 🙂
The problem is, you just used the wrong tool. As I said, Change Domain Name tool performs the domain name changing operation on your existing installation. What you were trying to do was to create another instance of your WordPress installation on a different server which will use a different domain name, right? If so, you should have used the Migrate tool (the one in the middle on the Migration Assistant page) and filled in the Change Domain Name text fields on that page, which would do exactly what you were trying to.
To revert everything back:
- Point your new domain to your old server.
- Use the Migrate tool this time but without filling in Change Domain Name fields.
- After everything is successfully sent to the new server, go to the Migration Assistant page again.
- This time, use the Change Domain Name tool but use your new domain as your old domain and your old domain as your new domain.
- Once domain name changing operation is successfully completed, point your new domain to your new server.
After all these, you will have your old server using your old domain name and your new server using your new domain name with the exact same content your old server has.
Right now, the situation is:
Old Server is using Old Domain Name
Old WordPress Installation is using New Domain Name (This is the problem)New Server is using New Domain Name
New WordPress Installation is using New Domain NameYou are seeing an empty installation when you visit the new domain, because it is pointing to your new server which has no content. Your old server has all the content but even though WordPress thinks it is using the new domain name, it actually isn’t.
Let me know, if you have any further questions 🙂
Forum: Plugins
In reply to: [WordPress Move] [Plugin: WordPress Move] Failing to copy all database tablesYou are welcome! Without some serious real-life testing, these kinds of bugs are almost impossible to catch. A fix will be available as soon as I find the cause.
Thanks for using WordPress Move 🙂
Forum: Plugins
In reply to: [WordPress Move] [Plugin: WordPress Move] MOVE unsuccessful…Well, neither your original post nor your last comment provided me nothing too 🙂
Did you use the Change Domain Name tool or the Migrate tool?
Forum: Plugins
In reply to: [WordPress Move] [Plugin: WordPress Move] Failing to copy all database tablesYes, WordPress Move should also be able to back up plugin-created tables as well. I am aware of this issue as some other users have already brought this into my attention and will fix the bug causing this problem as soon as possible.
Forum: Plugins
In reply to: [WordPress Move] [Plugin: WordPress Move] MOVE unsuccessful…If you used the Change Domain Name tool, it makes changes on the installation you are using which is simply finding and replacing every single instance of your domain name in your database.
Looks like you forgot to move your .htaccess file to the root directory. Place it inside the root directory and you’ll be good to go 🙂
Forum: Plugins
In reply to: WordPress Move – FATAL ErrorSure, here is my email address: mert@mertyazicioglu.com
Forum: Plugins
In reply to: WordPress Move – FATAL ErrorIf you wish to use the database backup created by WordPress Move with other scripts such as phpMyAdmin, you need to Convert it using the Backup Manager. Conversion is quite simple: Select the database backup file(s), select Convert option from the drop down list and click the Apply button next to it. After that, you can navigate to the
/wp-content/plugins/wordpress-move/backup/converted/directory to grab the converted database backup file(s) or you can scroll down to where Converted Database Backups are listed on Backup Manager and download each database backup by clicking on its name.Forum: Plugins
In reply to: WordPress Move – FATAL ErrorYou can comment out that line by putting
//to the beginning of the line. It is mostly for large installations.Forum: Plugins
In reply to: [WordPress Move] [Plugin: WordPress Move] Uploading zip and sql files…failedMake sure that the FTP user on the target server has the permission to write to
/wp-content/plugins/wordpress-move/backup/directory. You can set its permissions to 777 temporarily, if you are not sure how to give necessary permissions to the FTP user.Forum: Plugins
In reply to: WordPress move 503 errorThere might be some sort of a limitation regarding file operations that is not letting the script to finalize the backup file creation successfully. Sure, you can retry any step as many times as you want.
If you wish to use the database backup created by WordPress Move with other scripts such as phpMyAdmin, you need to Convert it using the Backup Manager. Conversion is quite simple: Select the database backup file(s), select Convert option from the drop down list and click the Apply button next to it. After that, you can navigate to the
/wp-content/plugins/wordpress-move/backup/converted/directory to grab the converted database backup file(s).Well I can’t say what is causing the last issue you mentioned, really.
Forum: Plugins
In reply to: WordPress move 503 errorLooks like either the server you are migrating from or the server you are migrating to corrupted the backup files during the file transfer.
1. Go to Backup Manager and download the backup files.
2. Upload those files to the/wp-content/plugins/wordpress-move/backup/directory on the target server.
3. Retry completing the migration.