• Resolved jessebrightman

    (@jessebrightman)


    Hello,

    I have just activated the plugin to test it and am receiving the following error during debugging:

    2022-01-26 17:27:20.1495 ThreeWP_Broadcast: Blog is switched. Not broadcasting.

    None of the posts I have tried are being broadcast and I can’t figure what I did or did not do. Any assistance would be great. Thanks.

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

    (@edward_plainview)

    That’s the only debug text?

    I recognize that: it’s from a badly coded plugin.

    The plugin in question, whichever it is, is calling a switch_to_blog() function, without calling the associated restore_current_blog().

    There are two ways to find the guilty plugin:

    1. Selectively disable plugins until Broadcasting starts working
    or
    2. Use a text searcher to look through all the plugin source code files until you find one that calls switch_to_blog without calling restore_current_blog.

    Thread Starter jessebrightman

    (@jessebrightman)

    Thank you for your quick and informative reply. Your solution was exactly correct and I am up and running. Your plugin and support are simply amazing and I look forward to working with this further. Cheers and all the best.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ThreeWP_Broadcast: Blog is switched. Not broadcasting.’ is closed to new replies.