I see image 771 being the featured image and copied to each child blog.
> Custom fields: Post has a thumbnail (featured image): 771
The featured image should, therefore be working just fine. I see 771 is used elsewhere:
‘fpu-thumb-fld’ =>
array (
0 => ‘a:2:{s:9:”_thumb_id”;s:3:”771″;s:11:”_thumb_type”;s:5:”thumb”;}’,
),
‘tc-thumb-fld’ =>
array (
0 => ‘a:2:{s:9:”_thumb_id”;s:3:”771″;s:11:”_thumb_type”;s:5:”thumb”;}’,
),
Those two custom fields are probably handled by two callbacks from somewhere: CZR_admin_init::czr_fn_refresh_thumbnail and TC_back_fpu::tc_refresh_thumbnail. Perhaps part of the theme? Do the above thumbnails work?
No, they’re being loaded, because when I open the child blog, the theme displays them in the featured image spot, but they don’t display, so it seems they’re being loaded but not published. When I click publish on the child blog, they do display. This installation is going to have hundreds of child sites with over a hundred blogs published so far on the primary child site that need to be pushed out. I’m not looking forward to having to go through every blog on every site and hit publish.
Thanks,
Grant
-
This reply was modified 6 years, 4 months ago by
glongkc.
I’ve found an way to resolve this issue (better than going through blog by blog and hitting “Update” anyways) for the current sites by logging into the child sites directly, then visiting the main blog page. This seems to force it to pull the featured images. Currently I have 12 sites, but I’m building out over a hundred more, so this is not an ideal situation to have to log into every child blog directly every time I push out a new blog.
Grant
-
This reply was modified 6 years, 4 months ago by
glongkc.
-
This reply was modified 6 years, 4 months ago by
glongkc.
-
This reply was modified 6 years, 4 months ago by
glongkc.
Getting back to this (rather late)…
So logging in to the child site, and then visiting the main blog forces the child sites to somehow recopy the images from the parent site?
Are the images not already on the child site? Are they getting new media IDs after the visit?
This all sounds very weird, and not normal at all. Even with the various problems that caching might cause.
We’re having a similar issue where the featured image comes over, all image meta, but the image does not attach to the post. We have a test environment with the main blog site and four sub-sites. We are using the sub-sites to populate some content onto the main blog site. When creating a new post on the sub-sites we broadcast to the main site and when we do a strange error 500 comes up, that is not logged anywhere I can find, and when we refresh the browser the post completes the posting process and shows up on both the sub-site and the main blog site as configured. On the sub-site the post contains all the post info as configured, tags, categories, featured image but on the main blog site we get everything except for custom fields and featured images. The images do show up in the media library as well. Here is the debug file, http://www.frstest.com/wp-content/plugins/threewp-broadcast/ThreeWP_Broadcast.php.51373363.debug.html
Thanks,
Carlos
I may have some input on this now that I am seeing what looks like missing database info. We’re using hyperdb to load balance between multiple databases. Hyperdb causes a few other issues with access in creating new sites in our multisite environment. Something to do with utf8mb4 and correct db access. Please let me know what you find on your end and I will update as I find more info.
Thanks,
Carlos