noone1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Migration with clean install? Does this process make sense?Hmmm, I figured that since my domain and urls were the same, it wouldn’t be an issue.
Anyway, I’ve since solved my problem. I did a manual install and manual creation of the database rather than use the application installed in Plesk.
I then deleted the content tables like posts, terms, users, comments etc. I used mysqldump to just dump those tables from the previous blog and then imported them to the fresh install.
This seemed to work. I had to reconfigure settings and the theme, but I just went through each setting and compared it to the old site, so it wasn’t a big deal.
Yeah, I looked at that page. Mine is the case of same domain, same URL. Can’t think of why it’s not working.
I may just have to do the tedious content upload method if I can’t figure this out.
Actually, I take it back. Can’t login still even with a 100% copy of everything.
There must be some server misconfiguration or something. I’m going to contact hosting support.
Perhaps the plesk control panel install is doing something out of the ordinary.
Well, I just did essentially a complete migration, copied everything over exactly how it was on the old server and imported the old database.
Can log in fine.
There is some issue between the original DB and the fresh install files. I don’t know what it is.
It’s gotta be something in the files though because the database content works with the old files, but not the new ones.
Is there possibly some configuration step I’m missing somewhere?
They are on different servers.
So, here’s what I did:
1. mysqldump entire database from site.
2. Made archives of all the files for the move.
3. Fresh install of WP on new server.
4. mysqldump of fresh database for back-up.
5. Imported old database to replace the fresh one.
6. Unarchived wp-content from old server.Here’s what happened next.
1. The site looks fine, all the content is there as far as I can tell.
2. Can’t login. Tried changing pass directly in the database with MD5 and plain text. Nothing seems to log in.
3. Re-imported fresh database.
4. Site works fine, can log in. Seems to be the same as when I did the fresh install.For whatever reason, I just can’t login when using the old database. All the content is there, theme is there, plugins are working. Just can’t login. I have no idea why.
Right now I’m going to try and do a 100% copy of the old site. I’m going to pretty much copy the entire blog directory and point it at the old imported database and see if it works.
I believe the site uses the exact same urls, yes. It’s at site.com/blog
What I did was I did a fresh wordpress install, then merely replaced the fresh database with the original mysql -u -p freshinstalldb < backup.sql
It’s weird that everything else on the site works except the login.