What’s the debug dump say?
What other plugins are installed?
I can’t view the debug it just 404s. Active plugins:
Adminimize
Advanced Custom Fields Pro
Ajax Search Pro
Capability Manager Enhanced
Cloner
Custom Post Type UI
Easy Social Share Buttons for WordPress
Gravity Forms
Menu Social Icons
OptionTree
SVG Support
ThreeWP Broadcast
TinyMCE Advanced
User Role Editor
User Switching
WP-Mail-SMTP
WPBakery Visual Composer
Yoast SEO
Strange. Does debug to browser not display anything either?
Without a debug dump it’s difficult to say what Broadcast is or isn’t doing.
Try disabling some plugins to see if something conflicts. If anything, I’d try disabling them capability and role plugins.
When I debug to browser it just says:
WP_Broadcast: Blog is switched. Not broadcasting.
If I deactivate every plugin it says:
WP_Broadcast: No _POST available. Not broadcasting.
1. You’re broadcasting from the back-end, right?
2. Blog is switched = there’s a faulty plugin. Could you disable them one by one until you find out which plugin is causing the switched message? This isn’t the first time I’ve encountered switched errors.
I am broadcasting from the backend, I do believe
Even when I disabled every plugin I get the error: WP_Broadcast: No _POST available. Not broadcasting.
Any insight as to the error above?
Backeend = admin panel.
A missing _POST is not good. Either something is removing the POST or the POST isn’t being sent to WordPress to start off with.
Which web host do you have? Don’t say WP-Engine.
I know what back end means, I just don’t know how you would broadcast from the front end.
Anyhow, it’s WPEngine.
Front-end broadcasting is not supported since there is no standard way of broadcasting from the front-end.
You write that you’ve disabled all plugins and you get the “No Post available” message. That’s absolutely no good at all and should not happen.
Is it possible for you to copy over the site to a local dev server and try there?
PIggybacking on this since OP is a former coworker who I inherited this project from 🙂
If Ajax Search Pro is not enabled, the WP_Broadcast: No _POST available error is shown. If I enable it, the error returns to WP_Broadcast: No _POST available. Not broadcasting.
As mentioned previously this is indeed (sadly) hosted on WPEngine but will look at other options if WPE is typically an issue with this plugin.
Sorry for the late answer – I am currently travelling.
Which plugins do you have active? When updating, and you see the “no post available” message, it means that something is preventing Broadcast from running correctly.
I can disable all plugins (besides Broadcast) and still get the Not broadcasting error. I have cloned a couple of test sites to broadcast to and on the post listing page I can Restore / Find unlinked children and the posts already present when the site was cloned will show that they are broadcasted to those clone sites.
If only Broadcast is enabled, how can it not work? Something is emptying the _POST data. But what? Custom theme? Nonstandard webserver?