• Resolved wahmkow

    (@wahmkow)


    Somehow the plugin stopped working. Previously in the list of pages I had the information to/from which blog(s) the pages where syndicated. Now that is not showing anymore. When I save a page in order to syndicate it to a blog, that setting does not get saved and the page does not show up in the list of pages in that blog.

    Broadcast version 50.15
    WordPress version 6.6.2
    PHP version 8.1.30 (tried also 8.2. and 8.3)

    Debug info
    High enough role to link: yes
    Post supports custom fields: yes
    Post supports thumbnails: yes
    High enough role to broadcast custom fields: yes
    High enough role to broadcast taxonomies: yes
    Blogs available to user: 2
    Plugins, die in save_post eingeh?ngt wurden:

    4 WPML_CMS_Navigation::cms_navigation_update_post_settings
    delete_get_calendar_cache
    display_tax_sync_message
    [Anonymous function]
    10 Fusion_Dynamic_JS_File::reset_cached_filenames
    10 Fusion_Dynamic_CSS::reset_post_transient
    10 Fusion_Dynamic_CSS::post_update_option
    10 PyreThemeFrameworkMetaboxes::save_meta_boxes
    fusion_builder_save_meta
    10 FusionBuilder::metabox_settings_save_details
    10 WPSEO_Post_Type_Sitemap_Provider::save_post
    100 WPML_Admin_Post_Actions::save_post_actions
    100 WPML_Media_Attachments_Duplication::save_post_actions
    639 threewp_broadcast\ThreeWP_Broadcast::nop
    640 threewp_broadcast\ThreeWP_Broadcast::save_post
    9223372036854775807 WPML_PB_Integration::queue_save_post_actions
    9223372036854775807 Yoast\WP\SEO\Integrations\Watchers\Primary_Term_Watcher::save_primary_terms

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author edward_plainview

    (@edward_plainview)

    It almost sounds like the Broadcast data table (the one containing the link info) is missing its ID column.

    The way to check for this is to visit

    Admin > Broadcast > Maintenance Tab > Broadcast data check

    And see if it complains about a missing ID column.

    If the ID column is fine, then there is something else going on. A long broadcast debug text of the post in question emailed to [email protected] will tell me what is going on.

    Thread Starter wahmkow

    (@wahmkow)

    The table seems to be fine. Checked some data ->

    threewp_broadcast\BroadcastData::__set_state(array(
    ‘id’ => ‘1’,
    ‘blog_id’ => ‘4’,
    ‘post_id’ => ‘5’,
    ‘dataModified’ => false,
    ‘data’ =>
    array (
    ‘version’ => 2,
    ‘linked_parent’ =>
    array (
    ‘blog_id’ => 1,
    ‘post_id’ => 80,
    ),
    ),
    ))

    I will send you the long debug test later – have to go to a meeting now.

    Thread Starter wahmkow

    (@wahmkow)

    You can find the debug file at https://tibe.at/wp-content/plugins/threewp-broadcast//ThreeWP_Broadcast.php.a3d6205f.debug.html

    I saved a page twice – but the debug file does not show a lot of information. Did I miss something?

    Plugin Author edward_plainview

    (@edward_plainview)

    We do not care about the page post type.

    It looks like you need to look over the Broadcast custom post type settings.

    Admin > Broadcast > Settings tab > Post types subtab

    Add “page” in there.

    One post type per line, no commas or anything.

    Thread Starter wahmkow

    (@wahmkow)

    Ok, that did the trick.

    It is interesting though, because it says that post and page are the default and the setting was empty.

    Anyway, it is working now. Thank you so much for your great support!

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.