Dumping WP database content into Word?

From: CHYRON (DSMITHHFX) 4 Jun 2019 16:19
To: Jo (JELLS) 4 of 7
Yeah there are several possible causes: there's a .htaccess that needs to be fixed because your hosting service changed paths around; WP update; WP update with incompatible plugins, somebody hacked it.

WP is notoriously insecure because it is so popular, and they attempt to beat this with frequent updates, but that creates its own set of problems. So people don't update it (this is less of a problem with WordPress hosting).

It's possible but somewhat less likely the db is corrupted.

Anyway, if you open phpMyAdmin, look for your database in the lefthand column, click on it, and then in the top menu of phpMyAdmin, click on "export", choose the defaults, and it will (probably) give you a stock web browser download dialog so you can save the file to your computer.

Then you can open it in any text editor (even Word) and sort through it to find your posts in plain text among a bunch of sql markup code.
From: CHYRON (DSMITHHFX) 4 Jun 2019 16:37
To: Jo (JELLS) 5 of 7
This just occurred to me: "Hmmm we're having trouble finding that site," which doesn't sound like WP breakage per se (the other stuff you mentioned does) -- any chance the domain expired, or is pointing to the wrong ip address? Did you try talking to your hosting provider help folks?
From: Jo (JELLS) 4 Jun 2019 16:42
To: CHYRON (DSMITHHFX) 6 of 7
The domain has since expired, but at the time (last fall) it had not. And when we tried recently with a fresh install, it was on a sub-domain on my husband's site, so that wasn't the issue either.
From: CHYRON (DSMITHHFX) 4 Jun 2019 16:51
To: Jo (JELLS) 7 of 7
Then it's very likely the hard-coded paths in the database are still pointing to the expired domain, so it can't find it. If you try to swap in the new domain by search and replace in the db .sql file, and then import it over the old db using phpMyAdmin, you might be able to get it up and running. You will also might need to take a look at the .htaccess file. It might be ok, unless it's got the old domain in it.