Peppermintcrisp
Forum Replies Created
-
ok. I get it for some of this. What is going on is that these are the rows not the cells. A cell in a row can contain many instances. However, I’m still getting weird results for the options table. in better search and replace after running it 2 times I got two different values: 1st 28 and then 31 rows!? Then is search and replace plugin I got 31 and then in the interconnect script I get 21. So, that is a little concerning.
The postmeta and posts tables have the same number of rows.Forum: Plugins
In reply to: [Better Search Replace] search and replace dry run NOT the same as databaseok. I get it for some of this. What is going on is that these are the rows not the cells. A cell in a row can contain many instances. However, I’m still getting weird results for the options table. in better search and replace after running it 2 times I got two different values: 1st 28 and then 31 rows!? Then is search and replace plugin I got 31 and then in the interconnect script I get 21. So, that is a little concerning.
The postmeta and posts tables have the same number of rows.Forum: Plugins
In reply to: [Better Search Replace] search and replace dry run NOT the same as databaseFor the plugin better search and replace by for a dry run I
got 238 cells. options 31, postmeta 19, posts 188. ??Forum: Plugins
In reply to: [Better Search Replace] search and replace dry run NOT the same as databaseSo, I tried the plugin search and replace by Inpsyde GmbH and for a dry run I
got 230 cells. options 22, postmeta 19, posts 189. ??I did a dry run using better search and replace to go from http to https
I got 238 cells or instances of
http://domain.com being replaced with https://domain.com .To compare:
When I tried using migrate DB plugin by the same company with a search and replace
of the above domain and exported the db to an sql file and did a find for
https://domain.com in the file showed 706 cells! I know one of them is a comment, but something doesn’t look correct.???? I have used migrate db (plugins by the same company) many times and know lots of people who use it and this is a very large discrepancy between this and better search and replace plugin.
Thanks!
Forum: Fixing WordPress
In reply to: unattached media imagesMore digging: In the database, wp_postmeta, it looks like the _thumbnail_id keeps track of the thumbnail for the post. post_parent is where the ‘uploaded to’ field is kept. Even though in wp_posts, post_parent field for the image is 0. my posts are finding their images fine. Looks like the other images associated with a post are in the post_content field.
So, is there some other way ‘upload to’/post_parent field for images is used other than informational only?
- This reply was modified 9 years, 8 months ago by Peppermintcrisp.
- This reply was modified 9 years, 8 months ago by Peppermintcrisp.