• Resolved nicisme

    (@nicisme)


    My hosting has forced an update to PHP8 and as a result, the post notification cron job has stopped working.

    Does anybody have any solutions to this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • I reported the error already, but here’s the fix:

    in wp-content/plugins/email-posts-to-subscribers/query/dbquery-notification.php

    change

    if( count($post) == 0 ) {

    to

    if( $post ) {

    Thread Starter nicisme

    (@nicisme)

    Thanks for the response!

    Unfortunately, this didn’t work for me. I even downgraded back to PHP7.4 and the fix still didn’t send off the post notifications.

    Indeed. While this stopped the plugin from producing errors, it’s not sending out post notifications anymore. No idea if gopiplus will fix this anytime soon. I have just been manually sending them when I know one should happen. It’s frustrating.

    Thread Starter nicisme

    (@nicisme)

    Ah okay. Thanks for the help! Hope they respond soon.

    Plugin Author gopiplus

    (@gopiplus)

    The code has been fixed. Please update to the latest version.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Plugin stopped working on PHP8’ is closed to new replies.