Now that’s a weird error. What PHP version are you on?
I’m on PHP 7.0.19
At any rate, I’m reworking those action calls and should be done in a little while.
Thanks for the fast response. Unfortunately, v42.1362 still generates the same error.
On a sidenote, yikes! My server is on PHP v5.6.32. I need to talk to my sysadmin.
Thanks again for all of your help.
Same error, exact same place in the code?
I’d love to test properly but I don’t have access to any php5 installs.
Actually, different file, same line:
/wp-content/plugins/threewp-broadcast/src/traits/broadcast_data.php on line 5
Haha! I was about to tell you that v42.30552 had another action reference.
v42.6731 activates fine. Now there is a different issue. I activated the plugin on a test multisite and found out that the Broadcast widget no longer lists the sites. So you can no longer select which sites a Post or Page broadcasts to. Luckily, the previous broadcasts are still there.
(Screenshot: Broadcast widget)
(Screenshot: Posts list)
Should I mark this as resolved and open a new ticket?
Sorry for being a pain in the @$$.
I will try an uninstall and wipe my previous broadcasts.
Could you check src/traits/meta_boxes
line 46 and 230 should both be:
$filter->user_id = $this->user_id();
I think one of them is missing the () at the end.
I think that should get everything fixed up.
ps: You’re not a pain in the ass. I’m happy you’re reporting these bugs instead of just being quiet and leaving the plugin. π
Sorry for the delay. Had to take an early lunch. v42.1 fixed it all. Thanks again for your help.