First verify your login and password to your Magento database.
If Magento and WordPress are not installed on the same host, you can do this:
- export the Magento database to a SQL file (with phpMyAdmin for example)
- import this SQL file on the same database as WordPress
- run the migration by using WordPress database credentials (host, user, password, database) instead of the Magento ones in the plugin settings.
Will it be able to grab images if I have to pull the database down to my other host?
Yes, it will grab the images from the original site. For that you must put the URL of the original site in the URL field.
SO I’ve grabbed the database and put it on the same host as my wordpress. Its’s still doing admin ajax javscript error though when running a test database. I don’t think it’s even getting to the part with it is testing the credentials.
I ended up pulling everything down to a development server and it is currently importing without error. Hopefully it stays that way.
One thought was that the server was trying to get this going on was a .dev server with forced https. I wonder if that was messing some of the calls up? It looks like it was trying to access some json via http, at least for logs and progression.
Ah I understand.
It is because your WordPress site is configured in http (in the WordPress settings) whereas the back-end is in https.
You can fix it easily by changing http by https in the WordPress general settings.