Viewing 5 replies - 1 through 5 (of 5 total)
  • This function still exists in version 0.9.9.

    As the author does not take any action on this error since over 8 months it seems the best to copy that function from file content-scheduler.php of v0.9.9 into the same file of v1.0.0 at the same place. You do not have to change anything further. You can download the older version v0.9.9 when clicking on the Developers tab in this repo.

    Alternatively you may take this code snippet and add it after function process_expirations() (after line 1155):

    function do_notifications( $posts_to_notify, $why_notify ) {
    	// notify people of expiration or pending expiration
    	include 'includes/send-notifications.php';
    }

    Thanks JochenT, that fixed it for me.

    Thread Starter karlazz

    (@karlazz)

    Me too! Thanks JochenT.

    JochenT, you are most awesome! Working for me now, too. Thanks so much for stepping in and offering a solution. This is/was a great plugin and I’ve missed being able to use it.

    JochenT This has been a thorn in our side for months and i really appreciate your work !!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Throws Fatal Error’ is closed to new replies.